Skip to content

Commit

Permalink
Merge pull request #884 from typelevel/update/munit-1.0.0-M10
Browse files Browse the repository at this point in the history
Update munit, munit-scalacheck to 1.0.0-M10
  • Loading branch information
mpilquist authored Nov 5, 2023
2 parents 94c3e02 + 2541463 commit 2ac60b3
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 @@ -55,8 +55,8 @@ lazy val commonSettings = Seq(
),
// Testing
libraryDependencies ++= Seq(
"org.scalameta" %%% "munit" % "1.0.0-M8" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M8" % Test,
"org.scalameta" %%% "munit" % "1.0.0-M10" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test
)
)
Expand Down

0 comments on commit 2ac60b3

Please sign in to comment.