Skip to content

Commit

Permalink
Update enumeratum, enumeratum-circe to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 20, 2024
1 parent 2c67127 commit 685d583
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 @@ -55,8 +55,8 @@ lazy val treehub = (project in file("."))
"org.scodec" %% "scodec-bits" % "1.1.37",
"org.scodec" %% "scodec-core" % "1.11.10",

"com.beachape" %% "enumeratum" % "1.7.2",
"com.beachape" %% "enumeratum-circe" % "1.7.2",
"com.beachape" %% "enumeratum" % "1.7.4",
"com.beachape" %% "enumeratum-circe" % "1.7.4",
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.769"
)
}))
Expand Down

0 comments on commit 685d583

Please sign in to comment.