From 1a9736b89e483ff028095db14739ba89760d2635 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 20:50:59 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 0.23.35 --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 6eb5b2e..7e577e1 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ ThisBuild / mergifyStewardConfig ~= (_.map(_.withMergeMinors(true))) val commonSettings = Seq( libraryDependencies ++= List( - "org.http4s" %%% "http4s-client" % "0.23.34", - "org.http4s" %%% "http4s-circe" % "0.23.34", + "org.http4s" %%% "http4s-client" % "0.23.35", + "org.http4s" %%% "http4s-circe" % "0.23.35", "com.kubukoz" %% "debug-utils" % "1.1.3", "org.typelevel" %%% "kittens" % "3.5.0" % Test, "org.typelevel" %%% "weaver-cats" % "0.13.0" % Test, @@ -54,8 +54,8 @@ lazy val example = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "respectfully-example", commonSettings, libraryDependencies ++= Seq( - "org.http4s" %%% "http4s-ember-client" % "0.23.34", - "org.http4s" %%% "http4s-ember-server" % "0.23.34", + "org.http4s" %%% "http4s-ember-client" % "0.23.35", + "org.http4s" %%% "http4s-ember-server" % "0.23.35", ), ) .jsSettings(