From f5b509ae8e61df0124a685071f08d0719a20e4b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Dec 2020 20:02:37 +0100 Subject: [PATCH] Update cats-core, cats-effect to 2.3.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e657542..4b67c25 100644 --- a/build.sbt +++ b/build.sbt @@ -11,8 +11,8 @@ lazy val versions = new { val scala212 = "2.12.11" val shapeless = "2.3.3" val scalatest = "3.2.2" - val cats = "2.2.0" - val catsEffect = "2.2.0" + val cats = "2.3.1" + val catsEffect = "2.3.1" val monix = "3.2.2" val scalaz = "7.2.30" }