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 db61251 commit ba6cc87Copy full SHA for ba6cc87
.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
15
strategy:
16
matrix:
17
java: [11]
18
- scala: [2.12.20, 2.13.15, 3.3.4]
+ scala: [2.12.20, 2.13.15, 3.5.1]
19
flink: [1.18.1, 1.19.1]
20
include:
21
- - scala: 3.3.4
+ - scala: 3.5.1
22
java: 17
23
flink: 1.20.0
24
steps:
build.sbt
@@ -3,7 +3,7 @@ import sbtrelease.ReleaseStateTransformations.*
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
Global / excludeLintKeys := Set(git.useGitDescribe)
5
6
-lazy val rootScalaVersion = "3.3.4"
+lazy val rootScalaVersion = "3.5.1"
7
lazy val flinkVersion = System.getProperty("flinkVersion", "1.18.1")
8
9
lazy val root = (project in file("."))
0 commit comments