Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Archambault <[email protected]>
  • Loading branch information
scalameta-bot and alexarchambault authored Nov 4, 2024
1 parent d2b554e commit 94373e4
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [2.12.19, 2.13.14]
scala: [2.12.20, 2.13.14]
os: [ubuntu-latest]
java: [11, 8]
steps:
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ lazy val Version = new {
"2.12.16",
"2.12.17",
"2.12.18",
"2.12.19"
"2.12.19",
"2.12.20"
)
def scala213 = scala213Versions.last
def scala212 = scala212Versions.last
Expand Down

0 comments on commit 94373e4

Please sign in to comment.