From fdfd3429527f3439a8edad7940f0411bb0235890 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Oct 2025 16:31:45 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.33 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fcfbf2..d98fc69 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ ThisBuild / organization := "io.latis-data" ThisBuild / scalaVersion := "3.3.7" val fs2DataVersion = "1.8.1" -val http4sVersion = "0.23.32" +val http4sVersion = "0.23.33" val latisVersion = "792d62ed" val latisHapiVersion = "d70da0a5"