From 28244346115af401045468366bbf964325bf0290 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Apr 2021 13:56:46 +0200 Subject: [PATCH] Update alleycats-core, cats-core, cats-free, ... to 2.6.0 (#1139) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58e007fb5..65a214405 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ lazy val buildSettings = Seq( } ) -lazy val catsVersion = "2.5.0" +lazy val catsVersion = "2.6.0" lazy val dottyVersions = Seq("3.0.0-RC2") lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % catsVersion)