From 1837371c094be717fc285f0a3072338594d9cb00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Mar 2024 17:06:41 +0000 Subject: [PATCH] chore(Dependencies) : update http4s-dsl from 1.0.0-M35 to 1.0.0-M41 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 39d77507..4393eca7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -102,7 +102,7 @@ object Dependencies { ) val algorithms: Seq[ModuleID] = Seq( - Artifact.catsCore % Version.cats, + Artifact.catsCore % Version.cats, // A L G O R I T H M S T E S T Artifact.scalaTest % Version.scalaTest % Test ) @@ -531,7 +531,7 @@ object Dependencies { val ficus = "1.5.2" val grpcGoogleCommonProtos = "2.7.1" val h2 = "2.1.214" - val http4s = "1.0.0-M35" + val http4s = "1.0.0-M41" val java8Compat = "1.0.2" val jslt = "0.1.13" val jsoniter = "2.17.5"