Skip to content

Commit

Permalink
Merge pull request #186 from hnaderi/update/circe-3.9.0
Browse files Browse the repository at this point in the history
Update client3:circe, client3:core to 3.9.0
  • Loading branch information
mergify[bot] authored Aug 10, 2023
2 parents 9d43177 + c799160 commit 9a64610
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 @@ -192,7 +192,7 @@ lazy val sttp = module("sttp") {
.settings(
description := "sttp based client for kubernetes",
libraryDependencies ++= Seq(
"com.softwaremill.sttp.client3" %%% "core" % "3.8.16"
"com.softwaremill.sttp.client3" %%% "core" % "3.9.0"
)
)
.dependsOn(client, jawn)
Expand Down Expand Up @@ -364,7 +364,7 @@ lazy val docs = project
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.23",
"com.softwaremill.sttp.client3" %%% "circe" % "3.8.16"
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.0"
)
)
.dependsOn(http4sEmber.jvm, sttp.jvm, circe.jvm, manifests.jvm)
Expand Down Expand Up @@ -402,7 +402,7 @@ lazy val exampleJVM = example("jvm") {
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.23",
"com.softwaremill.sttp.client3" %%% "circe" % "3.8.16"
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.0"
)
)
.dependsOn(http4sNetty, http4sEmber, circe, zio, sttp)
Expand Down

0 comments on commit 9a64610

Please sign in to comment.