@@ -146,7 +146,7 @@ lazy val http4s = module("http4s") {
146146 .settings(
147147 description := " http4s based client for kubernetes" ,
148148 libraryDependencies ++= Seq (
149- " org.http4s" %%% " http4s-client" % " 0.23.28 "
149+ " org.http4s" %%% " http4s-client" % " 0.23.29 "
150150 )
151151 )
152152 .dependsOn(client, jawn)
@@ -159,7 +159,7 @@ lazy val http4sEmber = module("http4s-ember") {
159159 .settings(
160160 description := " http4s ember based client for kubernetes" ,
161161 libraryDependencies ++= Seq (
162- " org.http4s" %%% " http4s-ember-client" % " 0.23.28 "
162+ " org.http4s" %%% " http4s-ember-client" % " 0.23.29 "
163163 )
164164 )
165165 .dependsOn(http4s)
@@ -376,7 +376,7 @@ lazy val docs = project
376376 .enablePlugins(ScalaK8sWebsite )
377377 .settings(
378378 libraryDependencies ++= Seq (
379- " org.http4s" %%% " http4s-circe" % " 0.23.28 " ,
379+ " org.http4s" %%% " http4s-circe" % " 0.23.29 " ,
380380 " com.softwaremill.sttp.client3" %%% " circe" % " 3.10.1"
381381 )
382382 )
@@ -414,7 +414,7 @@ lazy val exampleJVM = example("jvm") {
414414 .crossType(CrossType .Pure )
415415 .settings(
416416 libraryDependencies ++= Seq (
417- " org.http4s" %%% " http4s-circe" % " 0.23.28 " ,
417+ " org.http4s" %%% " http4s-circe" % " 0.23.29 " ,
418418 " com.softwaremill.sttp.client3" %%% " circe" % " 3.10.1"
419419 )
420420 )
@@ -426,7 +426,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
426426 .crossType(CrossType .Pure )
427427 .settings(
428428 libraryDependencies ++= Seq (
429- " org.http4s" %%% " http4s-circe" % " 0.23.28 "
429+ " org.http4s" %%% " http4s-circe" % " 0.23.29 "
430430 )
431431 )
432432 .jsSettings(
0 commit comments