Skip to content

Commit

Permalink
Update client3:circe, client3:core to 3.9.6 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored Apr 30, 2024
1 parent 9a3b20a commit 9f80de6
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 @@ -206,7 +206,7 @@ lazy val sttp = module("sttp") {
.settings(
description := "sttp based client for kubernetes",
libraryDependencies ++= Seq(
"com.softwaremill.sttp.client3" %%% "core" % "3.9.5"
"com.softwaremill.sttp.client3" %%% "core" % "3.9.6"
)
)
.dependsOn(client, jawn)
Expand Down Expand Up @@ -378,7 +378,7 @@ lazy val docs = project
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.26",
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.5"
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.6"
)
)
.dependsOn(http4sEmber.jvm, sttp.jvm, circe.jvm, manifests.jvm)
Expand Down Expand Up @@ -416,7 +416,7 @@ lazy val exampleJVM = example("jvm") {
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.26",
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.5"
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.6"
)
)
.dependsOn(http4sNetty, http4sEmber, circe, zio, sttp)
Expand Down

0 comments on commit 9f80de6

Please sign in to comment.