diff --git a/build.sbt b/build.sbt index 143aef2..de12e1e 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( libraryDependencies ++= Seq( "org.scalacheck" %%% "scalacheck" % "1.17.0", - "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test, + "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test ) )