Skip to content

Commit

Permalink
Merge pull request #349 from typelevel/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 23, 2024
2 parents 3467129 + ffa5f3e commit 247e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.settings(
libraryDependencies ++= List(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalacheck" %%% "scalacheck" % "1.17.1",
"org.typelevel" %%% "cats-core" % "2.10.0"
)
)
Expand Down

0 comments on commit 247e47b

Please sign in to comment.