Skip to content

Commit 4226201

Browse files
Update munit-scalacheck to 1.1.0
1 parent ff46585 commit 4226201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val frp = crossProject(JVMPlatform, JSPlatform)
4141
"org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion % Test,
4242
"org.typelevel" %%% "discipline-munit" % "2.0.0" % Test,
4343
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
44-
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
44+
"org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test
4545
)
4646
)
4747

0 commit comments

Comments
 (0)