From 3fb644405cb4d04aaad5e6c6148f90dab0e3b2ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 17:22:14 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.36 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f4fbcf8..7365842 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.35" +val http4sVersion = "0.23.36" val latisVersion = "b66ec47" val latisHapiVersion = "1a507d1"