Skip to content

Commit

Permalink
Update scalacheck-shapeless_1.14 to 1.3.0 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 10, 2022
1 parent 0e6fb6b commit b5ba945
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 @@ -122,7 +122,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 scalacheckShapeless = "com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
val scalacheckShapeless = "com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"
val scalacheckEnumeratum = "com.beachape" %% "enumeratum-scalacheck" % "1.7.0"

val enumeratumVersion = "1.7.0"
Expand Down

0 comments on commit b5ba945

Please sign in to comment.