From eb4b9e6d31b8c66c78ce96ad7080f5b86cf36f3c Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Fri, 8 Mar 2024 00:42:42 +0000 Subject: [PATCH] Update client3:circe, client3:core to 3.9.4 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 0acd74de..6a404942 100644 --- a/build.sbt +++ b/build.sbt @@ -206,7 +206,7 @@ lazy val sttp = module("sttp") { .settings( description := "sttp based client for kubernetes", libraryDependencies ++= Seq( - "com.softwaremill.sttp.client3" %%% "core" % "3.9.3" + "com.softwaremill.sttp.client3" %%% "core" % "3.9.4" ) ) .dependsOn(client, jawn) @@ -378,7 +378,7 @@ lazy val docs = project .settings( libraryDependencies ++= Seq( "org.http4s" %%% "http4s-circe" % "0.23.26", - "com.softwaremill.sttp.client3" %%% "circe" % "3.9.3" + "com.softwaremill.sttp.client3" %%% "circe" % "3.9.4" ) ) .dependsOn(http4sEmber.jvm, sttp.jvm, circe.jvm, manifests.jvm) @@ -416,7 +416,7 @@ lazy val exampleJVM = example("jvm") { .settings( libraryDependencies ++= Seq( "org.http4s" %%% "http4s-circe" % "0.23.26", - "com.softwaremill.sttp.client3" %%% "circe" % "3.9.3" + "com.softwaremill.sttp.client3" %%% "circe" % "3.9.4" ) ) .dependsOn(http4sNetty, http4sEmber, circe, zio, sttp)