Skip to content

Commit 81cd718

Browse files
authored
Merge pull request #186 from typelevel/scala-2.12.15
Scala 2.12.15
2 parents cbdbf3c + 3c579ab commit 81cd718

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.14, 2.13.6, 3.0.2]
29+
scala: [2.12.15, 2.13.6, 3.0.2]
3030
java: [adopt@1.8]
3131
runs-on: ${{ matrix.os }}
3232
steps:
@@ -111,12 +111,12 @@ jobs:
111111
~/Library/Caches/Coursier/v1
112112
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
113113

114-
- name: Download target directories (2.12.14)
114+
- name: Download target directories (2.12.15)
115115
uses: actions/download-artifact@v2
116116
with:
117-
name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }}
117+
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}
118118

119-
- name: Inflate target directories (2.12.14)
119+
- name: Inflate target directories (2.12.15)
120120
run: |
121121
tar xf targets.tar
122122
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ inThisBuild(
145145
publishGithubUser := "rossabaker",
146146
publishFullName := "Ross A. Baker",
147147
baseVersion := "1.1",
148-
crossScalaVersions := Seq("2.12.14", Scala213, "3.0.2"),
148+
crossScalaVersions := Seq("2.12.15", Scala213, "3.0.2"),
149149
scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last,
150150
versionIntroduced := Map(
151151
"3.0.0-RC1" -> "1.0.0",

0 commit comments

Comments
 (0)