From 16c947e930dc677acd2d51181cc45e8a6be22774 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 13:02:05 +0000 Subject: [PATCH] Update http4s-blaze-server, http4s-circe, ... to 0.22.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01da207..ba246b8 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val Versions = new { val gpb3Version = "3.25.5" val grpcVersion = "1.68.0" val circeVersion = "0.14.10" - val http4sVersion = "0.22.2" + val http4sVersion = "0.22.15" val akkaHttp = "10.2.10" }