Skip to content

Commit

Permalink
Revert "Update scala3-compiler, scala3-library to 3.4.1 (#103)" (#105)
Browse files Browse the repository at this point in the history
This reverts commit eb11a1b.
  • Loading branch information
novakov-alexey authored Apr 1, 2024
1 parent 841ee73 commit 28b5d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
java: [11]
scala: [2.12.19, 2.13.13, 3.4.1]
scala: [2.12.19, 2.13.13, 3.3.3]
flink: [1.16.3, 1.17.2]
include:
- scala: 3.4.1
- scala: 3.3.3
java: 17
flink: 1.18.1
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ReleaseProcess._
Global / onChangedBuildSource := ReloadOnSourceChanges
Global / excludeLintKeys := Set(git.useGitDescribe)

lazy val rootScalaVersion = "3.4.1"
lazy val rootScalaVersion = "3.3.3"
lazy val flinkVersion = System.getProperty("flinkVersion", "1.16.3")

lazy val root = (project in file("."))
Expand Down

0 comments on commit 28b5d87

Please sign in to comment.