Skip to content

Commit 284351e

Browse files
authored
Merge pull request #580 from scala-steward/update/scalacheck-1.17.1
Update scalacheck to 1.17.1
2 parents a6434cb + fac5c34 commit 284351e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
4949
.settings(mimaPreviousArtifacts := Set.empty)
5050
.settings(
5151
libraryDependencies ++= Seq(
52-
"org.scalacheck" %%% "scalacheck" % "1.17.0",
52+
"org.scalacheck" %%% "scalacheck" % "1.17.1",
5353
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test,
5454
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test
5555
)
@@ -83,7 +83,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
8383
"org.typelevel" %%% "literally" % "1.1.0",
8484
"org.typelevel" %%% "cats-core" % "2.10.0",
8585
"org.typelevel" %%% "cats-effect" % "3.5.4",
86-
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test
86+
"org.scalacheck" %%% "scalacheck" % "1.17.1" % Test
8787
)
8888
)
8989
.nativeSettings(

0 commit comments

Comments
 (0)