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 f5f867b commit 82db43eCopy full SHA for 82db43e
build.sbt
@@ -9,7 +9,7 @@ lazy val root = (project in file("."))
9
"org.apache.flink" % "flink-streaming-java" % "1.15.0",
10
"org.apache.flink" % "flink-java" % "1.15.0",
11
"io.findify" %% "flink-adt" % "0.6.1",
12
- "org.scalatest" %% "scalatest" % "3.2.12" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.18" % Test,
13
"org.apache.flink" % "flink-test-utils" % "1.15.0" % Test,
14
"org.apache.flink" % "flink-test-utils-junit" % "1.15.0" % Test,
15
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
0 commit comments