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.
2 parents a046027 + 897188d commit 11289beCopy full SHA for 11289be
build.sbt
@@ -41,7 +41,7 @@ lazy val frp = crossProject(JVMPlatform, JSPlatform)
41
"org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion % Test,
42
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
43
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
44
- "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test
+ "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
45
)
46
47
0 commit comments