Skip to content

Commit

Permalink
Merge pull request #121 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
JD557 authored May 24, 2024
2 parents 435ae45 + cd31052 commit d8fe46a
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 @@ -44,7 +44,7 @@ lazy val core =
.in(file("core"))
.settings(
name := "interim",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0" % Test,
Compile / doc / scalacOptions ++=
Seq(
"-project",
Expand Down

0 comments on commit d8fe46a

Please sign in to comment.