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 d849e2b commit 158ad22Copy full SHA for 158ad22
build.sbt
@@ -10,7 +10,7 @@ scalaVersion := scala212
10
crossScalaVersions := List(scala212, scala213)
11
12
val flinkV = settingKey[String]("Flink version") // to extract using `show flinkV`
13
-flinkV := "1.20.1"
+flinkV := "1.20.2"
14
15
lazy val scalaTestV = "3.2.19"
16
0 commit comments