Skip to content

Commit

Permalink
Update enumeratum, enumeratum-cats, ... to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward[bot] committed Oct 4, 2024
1 parent c964185 commit eee613d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object LibraryDependencies {
}

object Enumeratum {
val enumeratumVersion = "1.7.3"
val enumeratumVersion = "1.7.5"
val cats =
Def.setting("com.beachape" %%% "enumeratum-cats" % enumeratumVersion)
val core = Def.setting("com.beachape" %%% "enumeratum" % enumeratumVersion)
Expand Down

0 comments on commit eee613d

Please sign in to comment.