Skip to content

Commit a14e7ef

Browse files
upgrade scala 2
1 parent 75bf51a commit a14e7ef

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(git.useGitDescribe)
55

66
lazy val rootScalaVersion = "3.3.5"
7-
lazy val crossVersions = Seq("2.13.15", rootScalaVersion)
7+
lazy val crossVersions = Seq("2.13.16", rootScalaVersion)
88
lazy val flinkVersion = System.getProperty("flinkVersion", "1.18.1")
99

1010
lazy val root = (project in file("."))

0 commit comments

Comments
 (0)