From 9f9e74cb2c6056bf54f94c9a5c3833b86c062850 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:09:57 +0000 Subject: [PATCH] Update fabric-io to 1.12.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b5dc50..8a6f0a1 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.12.8", "org.http4s" %% "http4s-core" % "1.0.0-M40", "org.typelevel" %% "cats-effect" % "3.5.2" )