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 f187711 commit 3e1f34bCopy full SHA for 3e1f34b
build.sbt
@@ -45,7 +45,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
45
"org.typelevel" %%% "cats-effect-testkit" % "3.6.1" % Test,
46
"co.fs2" %%% "fs2-core" % "3.12.0",
47
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
48
- "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
+ "org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
49
)
50
51
0 commit comments