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 75bf51a commit a14e7efCopy full SHA for a14e7ef
build.sbt
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
4
Global / excludeLintKeys := Set(git.useGitDescribe)
5
6
lazy val rootScalaVersion = "3.3.5"
7
-lazy val crossVersions = Seq("2.13.15", rootScalaVersion)
+lazy val crossVersions = Seq("2.13.16", rootScalaVersion)
8
lazy val flinkVersion = System.getProperty("flinkVersion", "1.18.1")
9
10
lazy val root = (project in file("."))
0 commit comments