Skip to content

Commit

Permalink
Update enumeratum to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 14, 2024
1 parent 882cfed commit 43bef3e
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 @@ -18,7 +18,7 @@ libraryDependencies ++= {
"ch.qos.logback" % "logback-classic" % "1.5.6",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"com.typesafe" % "config" % "1.4.3",
"com.beachape" %% "enumeratum" % "1.7.3",
"com.beachape" %% "enumeratum" % "1.7.4",
) ++ scalaTest
}

Expand Down

0 comments on commit 43bef3e

Please sign in to comment.