From 487a5809e453eda91f0933a9383c398dc5fbafba Mon Sep 17 00:00:00 2001 From: oss-47 Date: Fri, 18 Oct 2024 05:15:28 +0000 Subject: [PATCH] Update http4s-core, http4s-dsl to 0.23.28 --- project/dependencies.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/dependencies.scala b/project/dependencies.scala index d3aebd9c..c78f75f0 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -57,8 +57,8 @@ object dependencies extends AutoPlugin { ) val http4s: Seq[ModuleID] = Seq( - "org.http4s" %% "http4s-core" % "0.23.26", - "org.http4s" %% "http4s-dsl" % "0.23.26" % Test + "org.http4s" %% "http4s-core" % "0.23.28", + "org.http4s" %% "http4s-dsl" % "0.23.28" % Test ) val tapir: Seq[ModuleID] = Seq( @@ -79,7 +79,7 @@ object dependencies extends AutoPlugin { "org.typelevel" %% "cats-effect" % "3.5.4", "io.circe" %% "circe-core" % "0.14.6", "org.tpolecat" %% "doobie-h2" % "1.0.0-RC5", - "org.http4s" %% "http4s-dsl" % "0.23.26", + "org.http4s" %% "http4s-dsl" % "0.23.28", "org.scalacheck" %% "scalacheck" % "1.17.0", "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.10.3", "io.chrisdavenport" %% "fuuid" % "0.8.0-M2"