From e24a27ce6399cbc876c2cd6ad2f46a43110ad8dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 May 2024 15:12:45 +0000 Subject: [PATCH] Update cats-core to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5e4a550..01bb7c6 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ libraryDependencies ++= Seq( "org.apache.flink" % "flink-java" % flinkVersion % Provided, "org.apache.flink" % "flink-test-utils" % flinkVersion % Test, "org.scalatest" %% "scalatest" % "3.2.12" % Test, - "org.typelevel" %% "cats-core" % "2.7.0" % Test + "org.typelevel" %% "cats-core" % "2.12.0" % Test ) // Macro libraries are based on major version.