Skip to content

Commit

Permalink
Update circe to 3.10.2 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored Jan 1, 2025
1 parent 1e98ea2 commit bfe9860
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 @@ -376,7 +376,7 @@ lazy val docs = project
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.30",
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.1"
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.2"
)
)
.dependsOn(http4sEmber.jvm, sttp.jvm, circe.jvm, manifests.jvm)
Expand Down Expand Up @@ -414,7 +414,7 @@ lazy val exampleJVM = example("jvm") {
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.30",
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.1"
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.2"
)
)
.dependsOn(http4sNetty, http4sEmber, circe, zio, sttp)
Expand Down

0 comments on commit bfe9860

Please sign in to comment.