Skip to content

Commit

Permalink
Update scalacheck to 1.18.1 (#396)
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Sowa <[email protected]>
  • Loading branch information
scala-steward and luksow authored Sep 17, 2024
1 parent 2c1b8a4 commit fb10a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def paradiseFlag(scalaVersion: String): Seq[String] =
Seq("-Ymacro-annotations")

val scalaTest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.0")
val scalaCheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.18.1")

val slick = "com.typesafe.slick" %% "slick" % "3.5.1"
val optionalSlick = optional(slick)
val playJson = Def.setting("org.playframework" %%% "play-json" % "3.0.4")
Expand All @@ -111,7 +112,7 @@ val circeParser = Def.setting("io.circe" %%% "circe-parser" % circeV)

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

val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.1"

val scalacheckMagnolify = "com.spotify" % "magnolify-scalacheck" % "0.7.4"
val scalacheckDerived = "io.github.martinhh" %% "scalacheck-derived" % "0.4.2"
Expand Down

0 comments on commit fb10a1b

Please sign in to comment.