Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 6, 2024
1 parent b438e22 commit 771a25e
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 @@ -14,7 +14,7 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
libraryDependencies ++= {
val akkaHttpV = "10.2.10"
val akkaV = "2.6.20"
val circeV = "0.14.4"
val circeV = "0.14.7"
val scalaTestV = "3.2.18"
val akkaHttpCirceV = "1.39.2"

Expand Down

0 comments on commit 771a25e

Please sign in to comment.