@@ -146,7 +146,7 @@ lazy val http4s = module("http4s") {
146
146
.settings(
147
147
description := " http4s based client for kubernetes" ,
148
148
libraryDependencies ++= Seq (
149
- " org.http4s" %%% " http4s-client" % " 0.23.28 "
149
+ " org.http4s" %%% " http4s-client" % " 0.23.29 "
150
150
)
151
151
)
152
152
.dependsOn(client, jawn)
@@ -159,7 +159,7 @@ lazy val http4sEmber = module("http4s-ember") {
159
159
.settings(
160
160
description := " http4s ember based client for kubernetes" ,
161
161
libraryDependencies ++= Seq (
162
- " org.http4s" %%% " http4s-ember-client" % " 0.23.28 "
162
+ " org.http4s" %%% " http4s-ember-client" % " 0.23.29 "
163
163
)
164
164
)
165
165
.dependsOn(http4s)
@@ -376,7 +376,7 @@ lazy val docs = project
376
376
.enablePlugins(ScalaK8sWebsite )
377
377
.settings(
378
378
libraryDependencies ++= Seq (
379
- " org.http4s" %%% " http4s-circe" % " 0.23.28 " ,
379
+ " org.http4s" %%% " http4s-circe" % " 0.23.29 " ,
380
380
" com.softwaremill.sttp.client3" %%% " circe" % " 3.10.1"
381
381
)
382
382
)
@@ -414,7 +414,7 @@ lazy val exampleJVM = example("jvm") {
414
414
.crossType(CrossType .Pure )
415
415
.settings(
416
416
libraryDependencies ++= Seq (
417
- " org.http4s" %%% " http4s-circe" % " 0.23.28 " ,
417
+ " org.http4s" %%% " http4s-circe" % " 0.23.29 " ,
418
418
" com.softwaremill.sttp.client3" %%% " circe" % " 3.10.1"
419
419
)
420
420
)
@@ -426,7 +426,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
426
426
.crossType(CrossType .Pure )
427
427
.settings(
428
428
libraryDependencies ++= Seq (
429
- " org.http4s" %%% " http4s-circe" % " 0.23.28 "
429
+ " org.http4s" %%% " http4s-circe" % " 0.23.29 "
430
430
)
431
431
)
432
432
.jsSettings(
0 commit comments