Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 12, 2023
1 parent f5f867b commit 65ee1d3
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, 17]
scala: [2.12.15, 2.13.8, 3.1.2]
scala: [2.12.15, 2.13.12, 3.1.2]
platform: [ubuntu-20.04]
steps:
- uses: actions/checkout@v2
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 @@ lazy val root = (project in file("."))
.settings(
name := "flink-scala-api",
scalaVersion := "3.1.2",
crossScalaVersions := Seq("2.12.15", "2.13.8", "3.1.2"),
crossScalaVersions := Seq("2.12.15", "2.13.12", "3.1.2"),
libraryDependencies ++= Seq(
"org.apache.flink" % "flink-streaming-java" % "1.15.0",
"org.apache.flink" % "flink-java" % "1.15.0",
Expand Down

0 comments on commit 65ee1d3

Please sign in to comment.