Skip to content

Commit 974cd32

Browse files
committed
Update http4s-circe, http4s-client, ... to 0.23.33
1 parent 9b96f8e commit 974cd32

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
@@ -143,7 +143,7 @@ lazy val http4s = module("http4s") {
143143
.settings(
144144
description := "http4s based client for kubernetes",
145145
libraryDependencies ++= Seq(
146-
"org.http4s" %%% "http4s-client" % "0.23.30"
146+
"org.http4s" %%% "http4s-client" % "0.23.33"
147147
)
148148
)
149149
.dependsOn(client, jawn)
@@ -156,7 +156,7 @@ lazy val http4sEmber = module("http4s-ember") {
156156
.settings(
157157
description := "http4s ember based client for kubernetes",
158158
libraryDependencies ++= Seq(
159-
"org.http4s" %%% "http4s-ember-client" % "0.23.30"
159+
"org.http4s" %%% "http4s-ember-client" % "0.23.33"
160160
)
161161
)
162162
.dependsOn(http4s)
@@ -373,7 +373,7 @@ lazy val docs = project
373373
.enablePlugins(ScalaK8sWebsite)
374374
.settings(
375375
libraryDependencies ++= Seq(
376-
"org.http4s" %%% "http4s-circe" % "0.23.30",
376+
"org.http4s" %%% "http4s-circe" % "0.23.33",
377377
"com.softwaremill.sttp.client3" %%% "circe" % "3.11.0"
378378
)
379379
)
@@ -411,7 +411,7 @@ lazy val exampleJVM = example("jvm") {
411411
.crossType(CrossType.Pure)
412412
.settings(
413413
libraryDependencies ++= Seq(
414-
"org.http4s" %%% "http4s-circe" % "0.23.30",
414+
"org.http4s" %%% "http4s-circe" % "0.23.33",
415415
"com.softwaremill.sttp.client3" %%% "circe" % "3.11.0"
416416
)
417417
)
@@ -423,7 +423,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
423423
.crossType(CrossType.Pure)
424424
.settings(
425425
libraryDependencies ++= Seq(
426-
"org.http4s" %%% "http4s-circe" % "0.23.30"
426+
"org.http4s" %%% "http4s-circe" % "0.23.33"
427427
)
428428
)
429429
.jsSettings(

0 commit comments

Comments
 (0)