From 5342f2a793033c5a4b3d0fc3b953c1e169b4af51 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2020 08:26:47 +0100 Subject: [PATCH] Update fs2-core to 2.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 624f42a..70904eb 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0. enablePlugins(AutomateHeaderPlugin) libraryDependencies ++= Seq( - "co.fs2" %% "fs2-core" % "2.1.0", + "co.fs2" %% "fs2-core" % "2.2.0", "org.scalatest" %% "scalatest" % "3.1.0" % Test )