Skip to content

Commit

Permalink
Update enumeratum, enumeratum-circe to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 4, 2024
1 parent fd6f7fd commit e81a603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val commonDeps = libraryDependencies ++= {
val scalaTestV = "3.2.19"
lazy val catsV = "2.12.0"
lazy val akkaHttpV = "10.5.2"
lazy val enumeratumV = "1.7.4"
lazy val enumeratumV = "1.7.5"

Seq(
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
Expand All @@ -32,7 +32,7 @@ lazy val commonDeps = libraryDependencies ++= {
lazy val serverDependencies = libraryDependencies ++= {
lazy val akkaV = "2.8.5"
lazy val akkaHttpV = "10.5.2"
lazy val enumeratumV = "1.7.4"
lazy val enumeratumV = "1.7.5"

Seq(
"com.typesafe.akka" %% "akka-actor" % akkaV,
Expand Down

0 comments on commit e81a603

Please sign in to comment.