From aeffd237252585d628a7c107c29a1a1cab820d3a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 01:20:56 +0000 Subject: [PATCH] Update fabric-io to 1.15.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b5dc50..895dae8 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := Seq(scala213, scala3) libraryDependencies ++= Seq( - "org.typelevel" %% "fabric-io" % "1.11.2", + "org.typelevel" %% "fabric-io" % "1.15.1", "org.http4s" %% "http4s-core" % "1.0.0-M40", "org.typelevel" %% "cats-effect" % "3.5.2" )