Skip to content

Commit

Permalink
Update scalacheck to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 10, 2022
1 parent ae190b0 commit c8050fd
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 @@ -105,7 +105,7 @@ def paradisePlugin(scalaVersion: String): Seq[ModuleID] =
Seq.empty

val scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.16.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val slick = "com.typesafe.slick" %% "slick" % "3.4.0"
val optionalSlick = optional(slick)
val playJson = "com.typesafe.play" %% "play-json" % "2.9.3"
Expand All @@ -121,7 +121,7 @@ val optionalCirce = optional(circe)

val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.9"

val scalacheck = "org.scalacheck" %% "scalacheck" % "1.16.0" % "test"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.0" % "test"
val scalacheckShapeless = "com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
val scalacheckEnumeratum = "com.beachape" %% "enumeratum-scalacheck" % "1.7.0"

Expand Down

0 comments on commit c8050fd

Please sign in to comment.