Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 94373e4

Browse files
scalameta-botalexarchambault
andauthoredNov 4, 2024··
Update scala-library to 2.12.20 (#508)
Co-authored-by: Alex Archambault <alexandre.archambault@gmail.com>
1 parent d2b554e commit 94373e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
scala: [2.12.19, 2.13.14]
29+
scala: [2.12.20, 2.13.14]
3030
os: [ubuntu-latest]
3131
java: [11, 8]
3232
steps:

‎build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ lazy val Version = new {
1313
"2.12.16",
1414
"2.12.17",
1515
"2.12.18",
16-
"2.12.19"
16+
"2.12.19",
17+
"2.12.20"
1718
)
1819
def scala213 = scala213Versions.last
1920
def scala212 = scala212Versions.last

0 commit comments

Comments
 (0)
Please sign in to comment.