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