Skip to content

Commit

Permalink
Merge pull request #97 from hnaderi/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M11
  • Loading branch information
mergify[bot] authored Feb 3, 2024
2 parents a306a58 + 98c0bf8 commit 4a04aab
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 @@ -94,8 +94,8 @@ lazy val tests = module("tests") {
.enablePlugins(NoPublishPlugin)
.settings(
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M10",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10"
"org.scalameta" %%% "munit" % "1.0.0-M11",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11"
)
)
}
Expand Down

0 comments on commit 4a04aab

Please sign in to comment.