From 8c69d0959f744cd34f9d021a50ec77204004c3f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Apr 2022 17:11:46 +0200 Subject: [PATCH] Update fs2-core to 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8db3a9dc2e..0a90e20af2 100644 --- a/build.sbt +++ b/build.sbt @@ -280,7 +280,7 @@ lazy val bench = project Seq( "org.scalaz" %% "scalaz-core" % "7.2.34", "org.spire-math" %% "chain" % "0.3.0", - "co.fs2" %% "fs2-core" % "0.10.7" + "co.fs2" %% "fs2-core" % "3.0.1" ) else Nil },