Skip to content

Commit

Permalink
Merge pull request #435 from scala-steward/update/scalacheck-1.17.0
Browse files Browse the repository at this point in the history
Update scalacheck to 1.17.0
  • Loading branch information
mpilquist authored Nov 4, 2022
2 parents bbd5d86 + a175154 commit 8287ebd
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 @@ -44,7 +44,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(mimaPreviousArtifacts := Set.empty)
.settings(
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.16.0",
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M6" % Test,
"org.typelevel" %%% "cats-effect" % "3.3.14" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M3" % Test
Expand Down Expand Up @@ -79,7 +79,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.typelevel" %%% "literally" % "1.1.0",
"org.typelevel" %%% "cats-core" % "2.8.0",
"org.typelevel" %%% "cats-effect-kernel" % "3.3.14",
"org.scalacheck" %%% "scalacheck" % "1.16.0" % Test
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test
)
)
.nativeSettings(
Expand Down

0 comments on commit 8287ebd

Please sign in to comment.