We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e673e3 commit 602cd8dCopy full SHA for 602cd8d
build.sbt
@@ -30,7 +30,7 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform)
30
.dependsOn(core)
31
.settings(
32
libraryDependencies ++= List(
33
- "org.scalameta" %%% "munit-scalacheck" % "1.1.0",
+ "org.scalameta" %%% "munit-scalacheck" % "1.2.0",
34
"org.typelevel" %%% "cats-effect" % "3.7.0-RC1" % Test
35
)
36
0 commit comments