From 2f40af0209cab1976e8e5160a31f8ee45ba402a1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 28 Nov 2021 06:19:45 +0100 Subject: [PATCH 1/3] Update cats-core to 2.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31c48f4..08f161a 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.6", "3.0.2") -val catsV = "2.6.1" +val catsV = "2.7.0" val catsEffectV = "3.2.9" val fs2V = "3.1.6" val http4sV = "0.23.0" From 6cea6fef410f37e6cb6379680926c14a5f2a2f33 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Apr 2022 04:20:18 +0200 Subject: [PATCH 2/3] Revert commit(s) 2f40af0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08f161a..31c48f4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.6", "3.0.2") -val catsV = "2.7.0" +val catsV = "2.6.1" val catsEffectV = "3.2.9" val fs2V = "3.1.6" val http4sV = "0.23.0" From 51a50b9f141b5cbabffc5cb0fc4cf38b58f806ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Apr 2022 04:20:19 +0200 Subject: [PATCH 3/3] Update cats-core to 2.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a1e6e1a..5dfa1a4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.6", "3.1.2") -val catsV = "2.6.1" +val catsV = "2.7.0" val catsEffectV = "3.3.11" val fs2V = "3.1.6" val http4sV = "0.23.0"