Skip to content

Commit 602cd8d

Browse files
Update munit-scalacheck to 1.2.0
1 parent 5e673e3 commit 602cd8d

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
@@ -30,7 +30,7 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform)
3030
.dependsOn(core)
3131
.settings(
3232
libraryDependencies ++= List(
33-
"org.scalameta" %%% "munit-scalacheck" % "1.1.0",
33+
"org.scalameta" %%% "munit-scalacheck" % "1.2.0",
3434
"org.typelevel" %%% "cats-effect" % "3.7.0-RC1" % Test
3535
)
3636
)

0 commit comments

Comments
 (0)