Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.19 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 5, 2024
1 parent 425ef4a commit a96f2b4
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.12, 2.12.18, 2.11.12]
scala: [2.13.12, 2.12.19, 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.18")
case object _212 extends ScalaVer("2.12.19")

case object _213 extends ScalaVer("2.13.12")

Expand Down

0 comments on commit a96f2b4

Please sign in to comment.