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 a25f844 commit 1a2585fCopy full SHA for 1a2585f
build.sbt
@@ -12,7 +12,7 @@ crossScalaVersions := List(scala212, scala213)
12
val flinkV = settingKey[String]("Flink version") // to extract using `show flinkV`
13
flinkV := "1.20.1"
14
15
-lazy val scalaTestV = "3.2.17"
+lazy val scalaTestV = "3.2.19"
16
17
lazy val assemblySettings = Seq(
18
assembly / artifact := {
0 commit comments