Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.14 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 7, 2024
1 parent 9667312 commit 379d324
Show file tree
Hide file tree
Showing 2 changed files with 2 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.19, 2.13.13, 3.3.3]
scala: [2.12.19, 2.13.14, 3.3.3]
flink: [1.16.3, 1.17.2]
include:
- scala: 3.3.3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
.settings(
name := "flink-scala-api",
scalaVersion := rootScalaVersion,
crossScalaVersions := Seq("2.12.19", "2.13.13", rootScalaVersion),
crossScalaVersions := Seq("2.12.19", "2.13.14", rootScalaVersion),
libraryDependencies ++= Seq(
"org.apache.flink" % "flink-streaming-java" % flinkVersion,
"org.apache.flink" % "flink-java" % flinkVersion,
Expand Down

0 comments on commit 379d324

Please sign in to comment.