Skip to content

Commit

Permalink
Update enumeratum to 1.7.3 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 26, 2023
1 parent 0bc2818 commit ff70d84
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 @@ -126,7 +126,7 @@ val scalacheck = "org.scalacheck" %% "scalacheck"
val scalacheckShapeless = "com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"
val scalacheckEnumeratum = "com.beachape" %% "enumeratum-scalacheck" % "1.7.2"

val enumeratumVersion = "1.7.0"
val enumeratumVersion = "1.7.3"
val enumeratumPlayJsonVersion = "1.5.16"
val enumeratum = "com.beachape" %% "enumeratum" % enumeratumVersion
def enumeratumInExamples = {
Expand Down

0 comments on commit ff70d84

Please sign in to comment.