Skip to content

Commit

Permalink
Update magnolify-scalacheck to 0.7.1 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 26, 2024
1 parent e0345f8 commit 404ba1d
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 @@ -123,7 +123,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.0" % "test"
val scalacheckMagnolify = "com.spotify" % "magnolify-scalacheck" % "0.7.0"
val scalacheckMagnolify = "com.spotify" % "magnolify-scalacheck" % "0.7.1"
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 404ba1d

Please sign in to comment.