Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 0.23.24 (#241)
Browse files Browse the repository at this point in the history
hnaderi authored Nov 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent eacc70e commit a7b63db
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
@@ -146,7 +146,7 @@ lazy val http4s = module("http4s") {
.settings(
description := "http4s based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-client" % "0.23.23",
"org.http4s" %%% "http4s-client" % "0.23.24",
"org.typelevel" %%% "jawn-fs2" % "2.4.0"
)
)
@@ -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.23"
"org.http4s" %%% "http4s-ember-client" % "0.23.24"
)
)
.dependsOn(http4s)
@@ -377,7 +377,7 @@ lazy val docs = project
.enablePlugins(ScalaK8sWebsite)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.23",
"org.http4s" %%% "http4s-circe" % "0.23.24",
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.0"
)
)
@@ -415,7 +415,7 @@ lazy val exampleJVM = example("jvm") {
.crossType(CrossType.Pure)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.23",
"org.http4s" %%% "http4s-circe" % "0.23.24",
"com.softwaremill.sttp.client3" %%% "circe" % "3.9.0"
)
)
@@ -427,7 +427,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
.crossType(CrossType.Pure)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.23"
"org.http4s" %%% "http4s-circe" % "0.23.24"
)
)
.jsSettings(

0 comments on commit a7b63db

Please sign in to comment.