Skip to content

Commit

Permalink
Update scalacheck to 1.18.0 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 19, 2024
1 parent fcc22f9 commit 7d5e4d3
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 @@ -106,7 +106,7 @@ def paradisePlugin(scalaVersion: String): Seq[ModuleID] =
Seq.empty

val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.18")
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.1")
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.0")
val slick = "com.typesafe.slick" %% "slick" % "3.4.1"
val optionalSlick = optional(slick)
val playJson = "org.playframework" %% "play-json" % "3.0.2"
Expand All @@ -122,7 +122,7 @@ val circeParser = "io.circe" %% "circe-parser" % circeV

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

val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.1" % "test"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0" % "test"
val scalacheckMagnolify = "com.spotify" % "magnolify-scalacheck" % "0.7.2"
val scalacheckDerived = "io.github.martinhh" %% "scalacheck-derived" % "0.4.2"
val scalacheckEnumeratum = "com.beachape" %% "enumeratum-scalacheck" % "1.7.3"
Expand Down

0 comments on commit 7d5e4d3

Please sign in to comment.