Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 0.23.27 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi authored May 4, 2024
1 parent e5a7650 commit db00c92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ lazy val http4s = module("http4s") {
.settings(
description := "http4s based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-client" % "0.23.26",
"org.http4s" %%% "http4s-client" % "0.23.27",
"org.typelevel" %%% "jawn-fs2" % "2.4.0"
)
)
Expand All @@ -160,7 +160,7 @@ lazy val http4sEmber = module("http4s-ember") {
.settings(
description := "http4s ember based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-ember-client" % "0.23.26"
"org.http4s" %%% "http4s-ember-client" % "0.23.27"
)
)
.dependsOn(http4s)
Expand Down Expand Up @@ -377,7 +377,7 @@ lazy val docs = project
.enablePlugins(ScalaK8sWebsite)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.26",
"org.http4s" %%% "http4s-circe" % "0.23.27",
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.6"
)
)
Expand Down Expand Up @@ -415,7 +415,7 @@ lazy val exampleJVM = example("jvm") {
.crossType(CrossType.Pure)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.26",
"org.http4s" %%% "http4s-circe" % "0.23.27",
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.6"
)
)
Expand All @@ -427,7 +427,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
.crossType(CrossType.Pure)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.26"
"org.http4s" %%% "http4s-circe" % "0.23.27"
)
)
.jsSettings(
Expand Down

0 comments on commit db00c92

Please sign in to comment.