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