From bf4a17b89b1a53cd0a1556f8b3eb4618b8b4cc00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Sep 2022 16:03:32 +0000 Subject: [PATCH] Update fs2-core to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e24348e..3e635db 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val commonSettings = Seq( scalacOptions -= "-Xfatal-warnings", scalacOptions += "-Ymacro-annotations", libraryDependencies ++= List( - "co.fs2" %% "fs2-core" % "3.0.2", + "co.fs2" %% "fs2-core" % "3.3.0", "org.typelevel" %% "cats-tagless-macros" % "0.14.0", "org.typelevel" %% "cats-mtl" % "1.2.1", "com.github.julien-truffaut" %% "monocle" % "2.0.3",