diff --git a/build.sbt b/build.sbt index 970366a3..24217aff 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val commonSettings = Seq( ), // Testing libraryDependencies ++= Seq( - "org.scalameta" %%% "munit" % "1.0.0-M11" % Test, + "org.scalameta" %%% "munit" % "1.0.0" % Test, "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test, "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test