We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3193e02 commit 1ba841bCopy full SHA for 1ba841b
build.sbt
@@ -26,7 +26,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
26
"org.apache.flink" % "flink-table-api-java-bridge" % flinkVersion % Provided,
27
"org.apache.flink" % "flink-test-utils" % flinkVersion % Test,
28
("org.apache.flink" % "flink-streaming-java" % flinkVersion % Test).classifier("tests"),
29
- "org.typelevel" %% "cats-core" % "2.12.0" % Test,
+ "org.typelevel" %% "cats-core" % "2.13.0" % Test,
30
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
31
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test
32
),
0 commit comments