Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.19 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 29, 2024
1 parent 0936e9c commit d098a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
java-version: [ 8 ]
scala: [ '2.11.12', '2.12.18', '2.13.11' ]
scala: [ '2.11.12', '2.12.19', '2.13.11' ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
java-version: [ 8 ]
scala: [ '2.11.12', '2.12.18', '2.13.11' ]
scala: [ '2.11.12', '2.12.19', '2.13.11' ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inThisBuild(
)
)

lazy val scala212 = "2.12.18"
lazy val scala212 = "2.12.19"
lazy val scala211 = "2.11.12"
lazy val scala213 = "2.13.11"

Expand Down

0 comments on commit d098a3d

Please sign in to comment.