Skip to content

Commit

Permalink
Update enumeratum to 1.7.5 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 4, 2024
1 parent c1bf663 commit 1183c27
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 @@ -117,7 +117,7 @@ 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"

val enumeratumVersion = "1.7.4"
val enumeratumVersion = "1.7.5"
val enumeratumPlayJsonVersion = "1.8.1"
val enumeratum = Def.setting("com.beachape" %%% "enumeratum" % enumeratumVersion)
def enumeratumInExamples = {
Expand Down

0 comments on commit 1183c27

Please sign in to comment.