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 2bda9bd commit 5aa011eCopy full SHA for 5aa011e
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