From fcd70c9f40821944da805311aca51f2225337e74 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 11 Apr 2026 15:04:23 +0000 Subject: [PATCH] Update http4s-core, http4s-dsl to 0.23.34 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index da532ce..f735a8e 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -271,7 +271,7 @@ object Build { implicit def valueToHAVal(v: Value): HAVal = v.asInstanceOf[HAVal] implicit def valueToVirtualAxis(v: Value): VirtualAxis.WeakAxis = v.axis - val v0_23 = HAVal("0.23", proj => Def.setting("org.http4s" %%% s"http4s-$proj" % "0.23.33"), "latest stable on cats effect 3") + val v0_23 = HAVal("0.23", proj => Def.setting("org.http4s" %%% s"http4s-$proj" % "0.23.34"), "latest stable on cats effect 3") val v1_0_0_M46 = HAVal(s"${http4sV1Milestone}46", proj => Def.setting("org.http4s" %%% s"http4s-$proj" % "1.0.0-M46"), "latest development on cats effect 3") lazy val all = values.toList