Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 0.23.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed May 13, 2023
1 parent c86dd02 commit 609148e
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 @@ -131,7 +131,7 @@ lazy val http4s = module("http4s") {
.settings(
description := "http4s based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-client" % "0.23.18",
"org.http4s" %%% "http4s-client" % "0.23.19",
"org.typelevel" %%% "jawn-fs2" % "2.4.0"
)
)
Expand All @@ -145,7 +145,7 @@ lazy val http4sEmber = module("http4s-ember") {
.settings(
description := "http4s ember based client for kubernetes",
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-ember-client" % "0.23.18"
"org.http4s" %%% "http4s-ember-client" % "0.23.19"
)
)
.dependsOn(http4s)
Expand Down Expand Up @@ -378,7 +378,7 @@ lazy val docs = project
"Jawn" -> url("https://github.com/typelevel/jawn")
),
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.18",
"org.http4s" %%% "http4s-circe" % "0.23.19",
"com.softwaremill.sttp.client3" %%% "circe" % "3.8.15"
)
)
Expand Down Expand Up @@ -416,7 +416,7 @@ lazy val exampleJVM = example("jvm") {
.crossType(CrossType.Pure)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.18",
"org.http4s" %%% "http4s-circe" % "0.23.19",
"com.softwaremill.sttp.client3" %%% "circe" % "3.8.15"
)
)
Expand All @@ -428,7 +428,7 @@ lazy val exampleCrossPlatform = example("cross-platform") {
.crossType(CrossType.Pure)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-circe" % "0.23.18"
"org.http4s" %%% "http4s-circe" % "0.23.19"
)
)
.jsSettings(
Expand Down

0 comments on commit 609148e

Please sign in to comment.