From 1d4d623740a16795c1b873dba405ce1d70dae0f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Jan 2023 15:31:30 +0000 Subject: [PATCH] Update http4s-core, http4s-dsl to 0.21.34 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a102dcb..c83b1ba 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val catsCoreVersion = "2.3.1" lazy val circeVersion = "0.13.0" -lazy val http4sVersion = "0.21.14" +lazy val http4sVersion = "0.21.34" lazy val kindProjectorVersion = "0.10.3"