From ecb1d682ce374ef6a42ea21c049160f301d4a8ab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Aug 2023 17:49:46 +0000 Subject: [PATCH] Update fs2-core to 3.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 709cd7ae..6d91636d 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.8.0", "com.github.valskalla" %% "odin-core" % "0.13.0", "io.circe" %% "circe-core" % "0.14.2", "dev.optics" %% "monocle-core" % "3.1.0",