Skip to content

Commit

Permalink
Merge pull request #107 from scala-steward/update/munit-1.0.0
Browse files Browse the repository at this point in the history
Update munit to 1.0.0
  • Loading branch information
KacperFKorban authored Jun 13, 2024
2 parents 2cd2c45 + 7e8a2ed commit 997e9c6
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-RC1" % Test
"org.scalameta" %%% "munit" % "1.0.0" % Test
)
)

Expand Down

0 comments on commit 997e9c6

Please sign in to comment.