From 7e1ca8c19b450a25f6946e45d038097b8747434b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Jul 2026 16:06:50 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.35 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4292d45..f4fbcf8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ ThisBuild / organization := "io.latis-data" ThisBuild / scalaVersion := "3.3.8" val fs2DataVersion = "1.8.1" -val http4sVersion = "0.23.34" +val http4sVersion = "0.23.35" val latisVersion = "b66ec47" val latisHapiVersion = "1a507d1"