From 5a0bb3f96ef2683422c8254398faaf830370c0be Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 18:09:29 +0000 Subject: [PATCH] Update alleycats-core, cats-core to 2.13.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 88c9330..515ff7d 100644 --- a/build.sbt +++ b/build.sbt @@ -28,8 +28,8 @@ lazy val core: Project = Project("core", file("core")).settings( commonSettings, name := "scalalib-core", libraryDependencies ++= List( - "org.typelevel" %% "cats-core" % "2.12.0", - "org.typelevel" %% "alleycats-core" % "2.12.0", + "org.typelevel" %% "cats-core" % "2.13.0", + "org.typelevel" %% "alleycats-core" % "2.13.0", "com.lihaoyi" %% "pprint" % "0.9.0" ) )