From 9bcf2f2fb0b50cc37c30644fcc41252147f9c8d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 19:39:33 +0000 Subject: [PATCH] Update fs2-core to 3.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..da282a6f 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ val commonSettings = List( libraryDependencies ++= List( "org.typelevel" %% "cats-core" % "2.7.0", "org.typelevel" %% "cats-effect" % "3.3.14", - "co.fs2" %% "fs2-core" % "3.2.14", + "co.fs2" %% "fs2-core" % "3.9.1", "com.github.valskalla" %% "odin-core" % "0.13.0", "io.circe" %% "circe-core" % "0.14.2", "dev.optics" %% "monocle-core" % "3.1.0",