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 49277c4 commit 4046733Copy full SHA for 4046733
build.sbt
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
4
Global / excludeLintKeys := Set(crossScalaVersions)
5
6
lazy val rootScalaVersion = "3.3.7"
7
-lazy val crossVersions = Seq("2.13.16", rootScalaVersion)
+lazy val crossVersions = Seq("2.13.17", rootScalaVersion)
8
lazy val flinkVersion1 = System.getProperty("flinkVersion1", "1.20.2")
9
lazy val flinkVersion2 = System.getProperty("flinkVersion2", "2.0.0")
10
0 commit comments