From 3a38b3a0f41a6ecbd2ed278afe4cffec216bbb59 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:07:46 +0000 Subject: [PATCH] Update alleycats-core, cats-core, ... to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b9c058a9..40e996e8 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / scalaVersion := scala3 ThisBuild / tlBaseVersion := "3.3" ThisBuild / organization := "org.typelevel" -val catsVersion = "2.10.0" +val catsVersion = "2.11.0" val munitVersion = "1.0.0" val disciplineMunitVersion = "2.0.0-M3" val kindProjectorVersion = "0.13.3"