From 315b674ce57ddfdbe4f531921a1523a71f6405b1 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Thu, 25 Sep 2025 01:03:28 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.32 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 72ba422..66f655a 100644 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ lazy val http4s = module("http4s") { .settings( description := "http4s based client for kubernetes", libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-client" % "0.23.30" + "org.http4s" %%% "http4s-client" % "0.23.32" ) ) .dependsOn(client, jawn) @@ -158,7 +158,7 @@ lazy val http4sEmber = module("http4s-ember") { .settings( description := "http4s ember based client for kubernetes", libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-ember-client" % "0.23.30" + "org.http4s" %%% "http4s-ember-client" % "0.23.32" ) ) .dependsOn(http4s) @@ -375,7 +375,7 @@ lazy val docs = project .enablePlugins(ScalaK8sWebsite) .settings( libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-circe" % "0.23.30", + "org.http4s" %%% "http4s-circe" % "0.23.32", "com.softwaremill.sttp.client3" %%% "circe" % "3.11.0" ) ) @@ -413,7 +413,7 @@ lazy val exampleJVM = example("jvm") { .crossType(CrossType.Pure) .settings( libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-circe" % "0.23.30", + "org.http4s" %%% "http4s-circe" % "0.23.32", "com.softwaremill.sttp.client3" %%% "circe" % "3.11.0" ) ) @@ -425,7 +425,7 @@ lazy val exampleCrossPlatform = example("cross-platform") { .crossType(CrossType.Pure) .settings( libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-circe" % "0.23.30" + "org.http4s" %%% "http4s-circe" % "0.23.32" ) ) .jsSettings(