Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library to 3.3.4 (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: novakov-alexey <[email protected]>
  • Loading branch information
scala-steward and novakov-alexey authored Oct 4, 2024
1 parent 477e99c commit 7ed329c
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.20, 2.13.15, 3.3.3]
scala: [2.12.20, 2.13.15, 3.3.4]
flink: [1.17.2, 1.18.1]
include:
- scala: 3.3.3
- scala: 3.3.4
java: 17
flink: 1.19.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtrelease.ReleaseStateTransformations.*
Global / onChangedBuildSource := ReloadOnSourceChanges
Global / excludeLintKeys := Set(git.useGitDescribe)

lazy val rootScalaVersion = "3.3.3"
lazy val rootScalaVersion = "3.3.4"
lazy val flinkVersion = System.getProperty("flinkVersion", "1.18.1")

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

0 comments on commit 7ed329c

Please sign in to comment.