Skip to content

Commit

Permalink
Merge pull request #539 from scala-steward/update/munit-1.0.0-M12
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M12
  • Loading branch information
lenguyenthanh committed Apr 19, 2024
2 parents 31cdcb1 + 0b77728 commit bca6bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ lazy val testKit = project
name := "scalachess-test-kit",
libraryDependencies ++= List(
"org.scalacheck" %% "scalacheck" % "1.17.1",
"org.scalameta" %% "munit" % "1.0.0-M11" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M11" % Test,
"org.scalameta" %% "munit" % "1.0.0-M12" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0-M12" % Test,
"com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test,
"com.disneystreaming" %% "weaver-scalacheck" % "0.8.4" % Test,
"co.fs2" %% "fs2-core" % "3.10.2" % Test,
Expand Down

0 comments on commit bca6bfe

Please sign in to comment.