From b0c3bd6e4a96f51e074109b4db8154616f341e7e Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Tue, 28 Jan 2020 21:49:27 -0800 Subject: [PATCH] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 55db201..a6fb083 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} val catsV = "2.1.0" val catsEffectV = "2.0.0" val shapelessV = "2.3.3" -val fs2V = "2.2.3" +val fs2V = "2.2.1" val http4sV = "0.21.0-RC2" val circeV = "0.13.0-RC1" val doobieV = "0.8.8"