Skip to content

Commit

Permalink
upgrade circe and jsoniter-scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 10, 2024
1 parent 65f2f41 commit b6c9b22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,15 @@ lazy val library =
val pekkoHttp = "1.0.1"
val argonaut = "6.3.10"
val avro4s = "4.1.2"
val circe = "0.14.9"
val circe = "0.14.10"
val jacksonModuleScala = "2.17.2"
val json4s = "4.0.7"
val jsoniterScala = "2.30.7"
val jsoniterScala = "2.30.9"
val ninny = "0.9.1"
val play = "3.0.4"
val scalaTest = "3.2.19"
val upickle = "3.3.1"
val zioJson = "0.7.2"
val zioJson = "0.7.3"
}
// format: off
val pekkoHttp = "org.apache.pekko" %% "pekko-http" % Version.pekkoHttp
Expand Down

0 comments on commit b6c9b22

Please sign in to comment.