Skip to content

Commit

Permalink
Merge branch 'master' into update/scala3-compiler-3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
novakov-alexey authored Oct 4, 2024
2 parents 6537181 + 477e99c commit d863acc
Show file tree
Hide file tree
Showing 3 changed files with 23,020 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [11]
scala: [2.12.20, 2.13.14, 3.3.4]
scala: [2.12.20, 2.13.15, 3.3.4]
flink: [1.17.2, 1.18.1]
include:
- scala: 3.3.4
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
.settings(
name := "flink-scala-api",
scalaVersion := rootScalaVersion,
crossScalaVersions := Seq("2.12.20", "2.13.14", rootScalaVersion),
crossScalaVersions := Seq("2.12.20", "2.13.15", rootScalaVersion),
libraryDependencies ++= Seq(
"org.apache.flink" % "flink-streaming-java" % flinkVersion,
"org.apache.flink" % "flink-java" % flinkVersion,
Expand Down
Loading

0 comments on commit d863acc

Please sign in to comment.