From 98a4ac2d35a244ab46351cb65950df23571516b9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Sep 2021 02:38:08 +0200 Subject: [PATCH] Update cats-effect to 3.2.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7cba1e..b04235f 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.6", "3.0.1") val catsV = "2.6.1" -val catsEffectV = "3.2.1" +val catsEffectV = "3.2.8" val fs2V = "3.0.6" val http4sV = "0.23.0" val circeV = "0.14.1"