Skip to content

Commit 315b674

Browse files
committed
Update http4s-circe, http4s-client, ... to 0.23.32
1 parent 96c7c0a commit 315b674

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)