Skip to content

Commit

Permalink
Merge pull request #580 from scala-steward/update/scalacheck-1.17.1
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.1
  • Loading branch information
mpilquist authored May 2, 2024
2 parents a6434cb + fac5c34 commit 284351e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(mimaPreviousArtifacts := Set.empty)
.settings(
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalacheck" %%% "scalacheck" % "1.17.1",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test
)
Expand Down Expand Up @@ -83,7 +83,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "literally" % "1.1.0",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test
"org.scalacheck" %%% "scalacheck" % "1.17.1" % Test
)
)
.nativeSettings(
Expand Down

0 comments on commit 284351e

Please sign in to comment.