diff --git a/build.sbt b/build.sbt index f12fd1c..0d31225 100644 --- a/build.sbt +++ b/build.sbt @@ -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) @@ -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)