@@ -145,7 +145,7 @@ lazy val http4s = module("http4s") {
145145 .settings(
146146 description := " http4s based client for kubernetes" ,
147147 libraryDependencies ++= Seq (
148- " org.http4s" %%% " http4s-client" % " 0.23.30 "
148+ " org.http4s" %%% " http4s-client" % " 0.23.32 "
149149 )
150150 )
151151 .dependsOn(client, jawn)
@@ -158,7 +158,7 @@ lazy val http4sEmber = module("http4s-ember") {
158158 .settings(
159159 description := " http4s ember based client for kubernetes" ,
160160 libraryDependencies ++= Seq (
161- " org.http4s" %%% " http4s-ember-client" % " 0.23.30 "
161+ " org.http4s" %%% " http4s-ember-client" % " 0.23.32 "
162162 )
163163 )
164164 .dependsOn(http4s)
@@ -375,7 +375,7 @@ lazy val docs = project
375375 .enablePlugins(ScalaK8sWebsite )
376376 .settings(
377377 libraryDependencies ++= Seq (
378- " org.http4s" %%% " http4s-circe" % " 0.23.30 " ,
378+ " org.http4s" %%% " http4s-circe" % " 0.23.32 " ,
379379 " com.softwaremill.sttp.client3" %%% " circe" % " 3.11.0"
380380 )
381381 )
@@ -413,7 +413,7 @@ lazy val exampleJVM = example("jvm") {
413413 .crossType(CrossType .Pure )
414414 .settings(
415415 libraryDependencies ++= Seq (
416- " org.http4s" %%% " http4s-circe" % " 0.23.30 " ,
416+ " org.http4s" %%% " http4s-circe" % " 0.23.32 " ,
417417 " com.softwaremill.sttp.client3" %%% " circe" % " 3.11.0"
418418 )
419419 )
@@ -425,7 +425,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
425425 .crossType(CrossType .Pure )
426426 .settings(
427427 libraryDependencies ++= Seq (
428- " org.http4s" %%% " http4s-circe" % " 0.23.30 "
428+ " org.http4s" %%% " http4s-circe" % " 0.23.32 "
429429 )
430430 )
431431 .jsSettings(
0 commit comments