From 5e63213dde7a900a2e3552585018a460fb50f361 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 21 Sep 2019 19:15:14 +0200 Subject: [PATCH] Update fs2-core to 2.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 887036d..21bc800 100644 --- a/build.sbt +++ b/build.sbt @@ -110,7 +110,7 @@ lazy val lolhttp = commonSettings, libraryDependencies ++= Seq( - "co.fs2" %% "fs2-core" % "1.0.5", + "co.fs2" %% "fs2-core" % "2.0.1", "org.typelevel" %% "cats-core" % "1.6.1", "org.typelevel" %% "cats-effect" % "1.3.1", "org.http4s" %% "blaze-http" % "0.14.8",