From 46d71cf90e0d78df50e53e8a97363fed9108a5c4 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Thu, 24 Oct 2024 01:03:23 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.29 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 98196ae..4696fc7 100644 --- a/build.sbt +++ b/build.sbt @@ -146,7 +146,7 @@ lazy val http4s = module("http4s") { .settings( description := "http4s based client for kubernetes", libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-client" % "0.23.28" + "org.http4s" %%% "http4s-client" % "0.23.29" ) ) .dependsOn(client, jawn) @@ -159,7 +159,7 @@ lazy val http4sEmber = module("http4s-ember") { .settings( description := "http4s ember based client for kubernetes", libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-ember-client" % "0.23.28" + "org.http4s" %%% "http4s-ember-client" % "0.23.29" ) ) .dependsOn(http4s) @@ -376,7 +376,7 @@ lazy val docs = project .enablePlugins(ScalaK8sWebsite) .settings( libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-circe" % "0.23.28", + "org.http4s" %%% "http4s-circe" % "0.23.29", "com.softwaremill.sttp.client3" %%% "circe" % "3.10.1" ) ) @@ -414,7 +414,7 @@ lazy val exampleJVM = example("jvm") { .crossType(CrossType.Pure) .settings( libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-circe" % "0.23.28", + "org.http4s" %%% "http4s-circe" % "0.23.29", "com.softwaremill.sttp.client3" %%% "circe" % "3.10.1" ) ) @@ -426,7 +426,7 @@ lazy val exampleCrossPlatform = example("cross-platform") { .crossType(CrossType.Pure) .settings( libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-circe" % "0.23.28" + "org.http4s" %%% "http4s-circe" % "0.23.29" ) ) .jsSettings(