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 8a9b3d9 commit 630f697
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 @@ -3,7 +3,7 @@ name := "flink-adt"
version := "0.6.1"

lazy val `scala 2.12` = "2.12.15"
lazy val `scala 2.13` = "2.13.8"
lazy val `scala 2.13` = "2.13.12"
lazy val `scala 3` = "3.1.2"

scalaVersion := `scala 2.13`
Expand Down

0 comments on commit 630f697

Please sign in to comment.