From 2a812b4f7e6abc12361ce89ada0eccb7859eba8f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 31 Jan 2020 04:09:31 +0100 Subject: [PATCH] Update cats-effect to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0a549fb..5fd7390 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} val catsV = "2.1.0" -val catsEffectV = "2.0.0" +val catsEffectV = "2.1.0" val fs2V = "2.2.2" val http4sV = "0.21.0-RC2" val circeV = "0.13.0-RC1"