Skip to content

Commit bfc888b

Browse files
authored
Merge pull request #297 from typelevel/update/scala-library-2.12.16
Update scala-library to 2.12.16
2 parents 804f0e8 + edfe8f4 commit bfc888b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.15]
31+
scala: [2.12.16]
3232
java: [temurin@8]
3333
project: [rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
matrix:
112112
os: [ubuntu-latest]
113-
scala: [2.12.15]
113+
scala: [2.12.16]
114114
java: [temurin@8]
115115
runs-on: ${{ matrix.os }}
116116
steps:
@@ -147,12 +147,12 @@ jobs:
147147
~/Library/Caches/Coursier/v1
148148
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
149149

150-
- name: Download target directories (2.12.15, rootJVM)
150+
- name: Download target directories (2.12.16, rootJVM)
151151
uses: actions/download-artifact@v2
152152
with:
153-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM
153+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM
154154

155-
- name: Inflate target directories (2.12.15, rootJVM)
155+
- name: Inflate target directories (2.12.16, rootJVM)
156156
run: |
157157
tar xf targets.tar
158158
rm targets.tar
@@ -176,7 +176,7 @@ jobs:
176176
strategy:
177177
matrix:
178178
os: [ubuntu-latest]
179-
scala: [2.12.15]
179+
scala: [2.12.16]
180180
java: [temurin@8]
181181
runs-on: ${{ matrix.os }}
182182
steps:

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pull_request_rules:
1212
- or:
1313
- body~=labels:.*early-semver-patch
1414
- body~=labels:.*early-semver-minor
15-
- status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8, rootJVM)
15+
- status-success=Build and Test (ubuntu-latest, 2.12.16, temurin@8, rootJVM)
1616
- '#approved-reviews-by>=1'
1717
actions:
1818
merge: {}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "sbt-typelevel"
33
ThisBuild / tlBaseVersion := "0.4"
44
ThisBuild / tlCiReleaseBranches := Seq("series/0.4")
55
ThisBuild / tlSitePublishBranch := Some("series/0.4")
6-
ThisBuild / crossScalaVersions := Seq("2.12.15")
6+
ThisBuild / crossScalaVersions := Seq("2.12.16")
77
ThisBuild / developers := List(
88
tlGitHubDev("armanbilge", "Arman Bilge"),
99
tlGitHubDev("rossabaker", "Ross A. Baker"),

0 commit comments

Comments
 (0)