From 81153c749d8b640c3da405f1bb59acdc39698b21 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Oct 2024 20:09:39 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl to 0.23.29 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..9b7979bd 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.29", + "org.http4s" %% "http4s-circe" % "0.23.29", "org.http4s" %% "http4s-blaze-server" % "0.23.11", "org.http4s" %% "http4s-blaze-client" % "0.23.11", "is.cir" %% "ciris" % "2.3.3",