Skip to content

Commit

Permalink
Update scalacheck to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Apr 17, 2024
1 parent 1043ccd commit 29b1f97
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 @@ -32,7 +32,7 @@ lazy val baseSettings = Seq(
versionScheme := Some("pvp"),
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % catsVersion,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.typelevel" %% "cats-laws" % catsVersion % Test,
"org.typelevel" %% "discipline-core" % "1.5.1" % Test,
Expand Down

0 comments on commit 29b1f97

Please sign in to comment.