Skip to content

Commit f3633cd

Browse files
authored
Merge pull request #294 from scala-steward/update/scala-library-2.12.17
Update scala-library to 2.12.17
2 parents d690069 + beddf4c commit f3633cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
scala: [2.12.16, 2.13.10, 3.1.3]
30+
scala: [2.12.17, 2.13.10, 3.1.3]
3131
3232
runs-on: ${{ matrix.os }}
3333
steps:
@@ -100,12 +100,12 @@ jobs:
100100
~/Library/Caches/Coursier/v1
101101
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
102102

103-
- name: Download target directories (2.12.16)
103+
- name: Download target directories (2.12.17)
104104
uses: actions/download-artifact@v2
105105
with:
106-
name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }}
106+
name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
107107

108-
- name: Inflate target directories (2.12.16)
108+
- name: Inflate target directories (2.12.17)
109109
run: |
110110
tar xf targets.tar
111111
rm targets.tar

build.sbt

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

3232
def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))
3333

34-
val Scala212 = "2.12.16"
34+
val Scala212 = "2.12.17"
3535
val Scala213 = "2.13.10"
3636
val Scala3 = "3.1.3"
3737

0 commit comments

Comments
 (0)