Skip to content

Commit

Permalink
Update magnolify-scalacheck to 0.8.0 (#434)
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Sowa <contact@luksow.com>
  • Loading branch information
scala-steward and luksow authored Feb 14, 2025
1 parent 0064ead commit 6693b37
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 @@ -115,7 +115,7 @@ val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.11"

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

val scalacheckMagnolify = "com.spotify" % "magnolify-scalacheck" % "0.7.4"
val scalacheckMagnolify = "com.spotify" % "magnolify-scalacheck" % "0.8.0"
val scalacheckDerived = "io.github.martinhh" %% "scalacheck-derived" % "0.5.0"

val enumeratumVersion = "1.7.5"
Expand Down

0 comments on commit 6693b37

Please sign in to comment.