Skip to content

Commit

Permalink
Merge pull request #601 from scala-steward/update/munit-1.0.3
Browse files Browse the repository at this point in the history
Update munit to 1.0.3
  • Loading branch information
ornicar authored Dec 4, 2024
2 parents ad86338 + d13d1e9 commit 38a34bb
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 @@ -76,7 +76,7 @@ lazy val testKit = project
libraryDependencies ++= List(
"org.scalacheck" %% "scalacheck" % "1.18.1",
"org.typelevel" %% "literally" % "1.2.0",
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test,
"com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test,
"com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test,
Expand Down

0 comments on commit 38a34bb

Please sign in to comment.