Skip to content

Commit

Permalink
Update munit to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 22, 2025
1 parent f1ab508 commit 52e1618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trait MillGitCross extends Cross.Module[String] with StyleModule with GitVersion

object test extends ScalaTests with TestModule.Munit {
override def ivyDeps = Agg(
ivy"org.scalameta::munit::1.0.4",
ivy"org.scalameta::munit::1.1.0",
ivy"com.lihaoyi::mill-testkit:$millVersion"
)
override def forkEnv = Map("MILL_EXECUTABLE_PATH" -> millExecutable.assembly().path.toString)
Expand Down

0 comments on commit 52e1618

Please sign in to comment.