From b82fd0792902086d3c7a767ae77ea526aeba1fdc Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:05:17 +0000 Subject: [PATCH] Update alleycats-core to 2.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3898e04..6750c51 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ lazy val `autoscaling-ecs-core`: Project = project "io.monix" %% "newtypes-circe-v0-14" % "0.2.3", "org.tpolecat" %% "natchez-core" % "0.3.5", "org.typelevel" %% "cats-tagless-core" % "0.15.0", - "org.typelevel" %% "alleycats-core" % "2.10.0", + "org.typelevel" %% "alleycats-core" % "2.11.0", "com.dwolla" %% "natchez-tagless" % "0.2.5", ) },