Skip to content

Commit ca1ed8e

Browse files
authored
Merge pull request #684 from scala-steward/update/munit-scalacheck-1.2.0
Update munit-scalacheck to 1.2.0
2 parents 918c0e6 + 248b5ce commit ca1ed8e

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
@@ -49,7 +49,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
4949
.settings(
5050
libraryDependencies ++= Seq(
5151
"org.scalacheck" %%% "scalacheck" % "1.19.0",
52-
"org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test,
52+
"org.scalameta" %%% "munit-scalacheck" % "1.2.0" % Test,
5353
"org.typelevel" %%% "munit-cats-effect" % "2.2.0-RC1" % Test
5454
)
5555
)

0 commit comments

Comments
 (0)