We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff46585 commit 4226201Copy full SHA for 4226201
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" % Test,
43
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
44
- "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
+ "org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test
45
)
46
47
0 commit comments