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 a87a33d commit 1bae103Copy full SHA for 1bae103
build.sbt
@@ -28,7 +28,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
28
("org.apache.flink" % "flink-streaming-java" % flinkVersion % Test).classifier("tests"),
29
"org.typelevel" %% "cats-core" % "2.13.0" % Test,
30
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
31
- "ch.qos.logback" % "logback-classic" % "1.5.17" % Test
+ "ch.qos.logback" % "logback-classic" % "1.5.18" % Test
32
),
33
libraryDependencies ++= {
34
if (scalaBinaryVersion.value.startsWith("2")) {
0 commit comments