Skip to content

Commit 02ddc6e

Browse files
Update scala3-compiler, scala3-library to 3.3.5 (#211)
1 parent 8b08dbe commit 02ddc6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
java: [11]
18-
scala: [2.13.16, 3.3.4]
18+
scala: [2.13.16, 3.3.5]
1919
flink: [1.18.1, 1.19.1]
2020
include:
21-
- scala: 3.3.4
21+
- scala: 3.3.5
2222
java: 17
2323
flink: 1.20.0
2424
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtrelease.ReleaseStateTransformations.*
33
Global / onChangedBuildSource := ReloadOnSourceChanges
44
Global / excludeLintKeys := Set(git.useGitDescribe)
55

6-
lazy val rootScalaVersion = "3.3.4"
6+
lazy val rootScalaVersion = "3.3.5"
77
lazy val crossVersions = Seq("2.13.15", rootScalaVersion)
88
lazy val flinkVersion = System.getProperty("flinkVersion", "1.18.1")
99

0 commit comments

Comments
 (0)