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 df845a0 commit f78de4aCopy full SHA for f78de4a
.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
15
strategy:
16
matrix:
17
java: [11]
18
- scala: [2.13.16, 3.3.4]
+ scala: [2.13.16, 3.3.5]
19
flink: [1.18.1, 1.19.1]
20
include:
21
- - scala: 3.3.4
+ - scala: 3.3.5
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.3.5"
7
lazy val crossVersions = Seq("2.13.15", rootScalaVersion)
8
lazy val flinkVersion = System.getProperty("flinkVersion", "1.18.1")
9
0 commit comments