Skip to content

Commit

Permalink
Update circe-core, circe-jawn, circe-parser, ... to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2023
1 parent 50039b9 commit 4999dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaAkkaHttp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object scalaAkkaHttp {
val akkaHttpVersion = "10.2.10"
val akkaVersion = "2.6.20"
val catsVersion = "2.10.0"
val circeVersion = "0.14.3"
val circeVersion = "0.14.6"
val hibernateVersion = "6.2.5.Final"
val jacksonVersion = "2.15.2"
val javaxAnnotationVersion = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaHttp4s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sbt.Keys._

object scalaHttp4s {
val catsVersion = "2.10.0"
val circeVersion = "0.14.3"
val circeVersion = "0.14.6"
val javaxAnnotationVersion = "1.3.2"
val jaxbApiVersion = "2.3.1"
val scalatestVersion = "3.2.16"
Expand Down

0 comments on commit 4999dc9

Please sign in to comment.