Skip to content

Commit

Permalink
Update circe to 3.10.1 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored Oct 17, 2024
1 parent 64d6144 commit 3b6ae9a
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 @@ -377,7 +377,7 @@ lazy val docs = project
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.28",
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.0"
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.1"
)
)
.dependsOn(http4sEmber.jvm, sttp.jvm, circe.jvm, manifests.jvm)
Expand Down Expand Up @@ -415,7 +415,7 @@ lazy val exampleJVM = example("jvm") {
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.28",
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.0"
"com.softwaremill.sttp.client3" %%% "circe" % "3.10.1"
)
)
.dependsOn(http4sNetty, http4sEmber, circe, zio, sttp)
Expand Down

0 comments on commit 3b6ae9a

Please sign in to comment.