Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.20 (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Onyshchuk <[email protected]>
  • Loading branch information
scala-steward and andyglow authored Sep 16, 2024
1 parent da74e03 commit 3dfc0d4
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14, 2.12.19, 2.11.12]
scala: [2.13.14, 2.12.20, 2.11.12]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/ScalaVer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object ScalaVer {

case object _211 extends ScalaVer("2.11.12")

case object _212 extends ScalaVer("2.12.19")
case object _212 extends ScalaVer("2.12.20")

case object _213 extends ScalaVer("2.13.14")

Expand Down

0 comments on commit 3dfc0d4

Please sign in to comment.