Skip to content

Commit 8f97199

Browse files
authored
Merge pull request #635 from scala-steward/update/scala-library-2.12.21
Update scala-library to 2.12.21
2 parents f7f21b4 + afe4b73 commit 8f97199

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
scala: [2.12.20, 2.13.18, 3.3.7]
29+
scala: [2.12.21, 2.13.18, 3.3.7]
3030
java: [zulu@11]
3131
runs-on: ${{ matrix.os }}
3232
steps:
@@ -87,12 +87,12 @@ jobs:
8787
- name: Setup sbt
8888
uses: sbt/setup-sbt@v1
8989

90-
- name: Download target directories (2.12.20)
90+
- name: Download target directories (2.12.21)
9191
uses: actions/download-artifact@v6
9292
with:
93-
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
93+
name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
9494

95-
- name: Inflate target directories (2.12.20)
95+
- name: Inflate target directories (2.12.21)
9696
run: |
9797
tar xf targets.tar
9898
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inThisBuild(
2121

2222
def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))
2323

24-
val Scala212 = "2.12.20"
24+
val Scala212 = "2.12.21"
2525
val Scala213 = "2.13.18"
2626
val Scala3 = "3.3.7"
2727

0 commit comments

Comments
 (0)