From 97a574def2c92a29eedd5f2216038feabfbf9aaf Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 01:58:46 +0000 Subject: [PATCH] Update fabric-io to 1.17.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dce496d..1456a2a 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val root = (project in file(".")) .settings( name := "http4s-fabric", libraryDependencies ++= Seq( - "org.typelevel" %% "fabric-io" % "1.17.1", + "org.typelevel" %% "fabric-io" % "1.17.2", "org.http4s" %% "http4s-core" % "1.0.0-M44", "org.typelevel" %% "cats-effect" % "3.5.7" )