From 4f42ea30c3cf2acbfd4f2a8ea99d2144c708371f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Sep 2024 16:09:21 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.28 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..7c8f06e7 100644 --- a/build.sbt +++ b/build.sbt @@ -185,8 +185,8 @@ lazy val pitgull = buildInfoKeys := List(version, scalaVersion), libraryDependencies ++= List( "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.3.18", - "org.http4s" %% "http4s-dsl" % "0.23.11", - "org.http4s" %% "http4s-circe" % "0.23.11", + "org.http4s" %% "http4s-dsl" % "0.23.28", + "org.http4s" %% "http4s-circe" % "0.23.28", "org.http4s" %% "http4s-blaze-server" % "0.23.11", "org.http4s" %% "http4s-blaze-client" % "0.23.11", "is.cir" %% "ciris" % "2.3.3",