From a572853683099695a6fd9336593808eb0adabc9a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 14:23:30 +0000 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 0e2260d..a42ff29 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ ThisBuild / scalacOptions ++= Seq( "-deprecation" ) -val http4sV = "0.23.16" +val http4sV = "0.23.27" val circeV = "0.14.6" val logbackClassicV = "1.4.4"