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 db61251 commit f7cfd19Copy full SHA for f7cfd19
build.sbt
@@ -25,7 +25,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
25
("org.apache.flink" % "flink-streaming-java" % flinkVersion % Test).classifier("tests"),
26
"org.typelevel" %% "cats-core" % "2.12.0" % Test,
27
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
28
- "ch.qos.logback" % "logback-classic" % "1.5.8" % Test
+ "ch.qos.logback" % "logback-classic" % "1.5.10" % Test
29
),
30
libraryDependencies ++= {
31
if (scalaBinaryVersion.value.startsWith("2")) {
0 commit comments