Skip to content

Commit 4046733

Browse files
Switch to Scala 2.13.7
1 parent 49277c4 commit 4046733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
44
Global / excludeLintKeys := Set(crossScalaVersions)
55

66
lazy val rootScalaVersion = "3.3.7"
7-
lazy val crossVersions = Seq("2.13.16", rootScalaVersion)
7+
lazy val crossVersions = Seq("2.13.17", rootScalaVersion)
88
lazy val flinkVersion1 = System.getProperty("flinkVersion1", "1.20.2")
99
lazy val flinkVersion2 = System.getProperty("flinkVersion2", "2.0.0")
1010

0 commit comments

Comments
 (0)