From 80dc6f91882b3c472aac6b21d973e4f6e21c7f46 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Tue, 10 Sep 2019 09:30:06 -0700 Subject: [PATCH] Upgrade cats and cats-effect --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0bc833b5..6391d540 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ lazy val contributors = Seq( ) val prometheusV = "0.6.0" -val catsV = "2.0.0-RC2" -val catsEffectV = "2.0.0-RC2" +val catsV = "2.0.0" +val catsEffectV = "2.0.0" val shapelessV = "2.3.3" val specs2V = "4.7.0"