From 40467339d79512554e272f9b9a6b8721e971e314 Mon Sep 17 00:00:00 2001 From: alexey <117519424+novakov-alexey@users.noreply.github.com> Date: Fri, 17 Oct 2025 10:29:57 +0300 Subject: [PATCH] Switch to Scala 2.13.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87622f5..ca63b2d 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges Global / excludeLintKeys := Set(crossScalaVersions) lazy val rootScalaVersion = "3.3.7" -lazy val crossVersions = Seq("2.13.16", rootScalaVersion) +lazy val crossVersions = Seq("2.13.17", rootScalaVersion) lazy val flinkVersion1 = System.getProperty("flinkVersion1", "1.20.2") lazy val flinkVersion2 = System.getProperty("flinkVersion2", "2.0.0")