Skip to content

Commit

Permalink
Merge pull request #103 from scala-steward/update/munit-1.0.0-RC1
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-RC1
  • Loading branch information
KacperFKorban committed Apr 26, 2024
2 parents 4ea5d92 + b0e197b commit a55de78
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 @@ -25,7 +25,7 @@ val commonSettings = Seq(
"-feature"
),
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M11" % Test
"org.scalameta" %%% "munit" % "1.0.0-RC1" % Test
)
)

Expand Down

0 comments on commit a55de78

Please sign in to comment.