From 50fc7ff50e4a6e63d3ff6ee50d64bc44920e2b83 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 May 2024 17:49:05 +0200 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.27 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 03e48f2..26b94c8 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ ThisBuild / organization := "io.latis-data" ThisBuild / scalaVersion := "2.13.12" val fs2DataVersion = "1.8.1" -val http4sVersion = "0.23.26" +val http4sVersion = "0.23.27" val latisVersion = "ea2ab6c" val latisHapiVersion = "e30933f"