From 36dc92cf0c15609d723ee4a32ba67f9b165e41b0 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Mon, 29 Nov 2021 05:49:30 +0000 Subject: [PATCH] Update cats-core, cats-laws to 2.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 16eaf95..1ef8086 100755 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ addCommandAlias("ci-docs", ";github; mdoc; headerCreateAll") addCommandAlias("ci-publish", ";github; ci-release") lazy val V = new { - val cats: String = "2.6.1" + val cats: String = "2.7.0" val collectioncompat: String = "2.6.0" val github4s: String = "0.28.5" val http4s: String = "0.21.31"