Skip to content

Commit 11289be

Browse files
authored
Merge pull request #348 from armanbilge/update/munit-scalacheck-1.0.0-M11
Update munit-scalacheck to 1.0.0-M11
2 parents a046027 + 897188d commit 11289be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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-M3" % Test,
4343
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
44-
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M10" % Test
44+
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
4545
)
4646
)
4747

0 commit comments

Comments
 (0)