Skip to content

Commit

Permalink
Update munit to 1.0.1 (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 85de554 commit 4474e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val root = (project in file("."))
organizationName := "The Guardian",
scalaVersion := "2.13.14",
libraryDependencies ++= List(
"org.scalameta" %% "munit" % "1.0.0" % Test,
"org.scalameta" %% "munit" % "1.0.1" % Test,
"org.scalaj" %% "scalaj-http" % "2.4.2",
"com.lihaoyi" %% "upickle" % "4.0.0",
"com.gu" %% "spy" % "0.1.1",
Expand Down

0 comments on commit 4474e07

Please sign in to comment.