Skip to content

Commit b7774c6

Browse files
authored
Merge pull request #2738 from exoego/update/scala-library.2.12.17
Update to scala-library to 2.12.17
2 parents 317ebdc + da14e84 commit b7774c6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.12.16, 2.13.8]
26+
scala: [2.12.17, 2.13.8]
2727
java: [adopt-hotspot@8, adopt-hotspot@11]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -118,12 +118,12 @@ jobs:
118118
~/Library/Caches/Coursier/v1
119119
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
120120

121-
- name: Download target directories (2.12.16)
121+
- name: Download target directories (2.12.17)
122122
uses: actions/download-artifact@v2
123123
with:
124-
name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }}
124+
name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
125125

126-
- name: Inflate target directories (2.12.16)
126+
- name: Inflate target directories (2.12.17)
127127
run: |
128128
tar xf targets.tar
129129
rm targets.tar

.mergify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ pull_request_rules:
1010
- name: merge scala-steward's PRs
1111
conditions:
1212
- author=scala-steward
13-
- status-success=Build and Test (ubuntu-latest, 2.12.16, adopt-hotspot@8)
14-
- status-success=Build and Test (ubuntu-latest, 2.12.16, adopt-hotspot@11)
13+
- status-success=Build and Test (ubuntu-latest, 2.12.17, adopt-hotspot@8)
14+
- status-success=Build and Test (ubuntu-latest, 2.12.17, adopt-hotspot@11)
1515
- status-success=Build and Test (ubuntu-latest, 2.13.8, adopt-hotspot@8)
1616
- status-success=Build and Test (ubuntu-latest, 2.13.8, adopt-hotspot@11)
1717
actions:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
2020
"mill-plugin" -> List(JVMPlatform)
2121
)
2222

23-
val Scala212 = "2.12.16"
23+
val Scala212 = "2.12.17"
2424
val Scala213 = "2.13.8"
2525

2626
/// sbt-github-actions configuration

0 commit comments

Comments
 (0)