Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent cdd96dc commit 5fe9219
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 @@ -49,7 +49,7 @@ lazy val ducktape =
scalacOptions ++= List("-deprecation", "-Wunused:all"),
Test / scalacOptions --= List("-deprecation"),
Test / scalacOptions ++= List("-Werror", "-Wconf:cat=deprecation:s"),
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test
)

lazy val docs =
Expand Down

0 comments on commit 5fe9219

Please sign in to comment.