Skip to content

Commit

Permalink
Update munit to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 12, 2024
1 parent 62f57f8 commit d6c970b
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" % Test,
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.1" % Test,
Compile / doc / scalacOptions ++=
Seq(
"-project",
Expand Down

0 comments on commit d6c970b

Please sign in to comment.