Skip to content

Commit be03b52

Browse files
committed
scala 2.12.15
1 parent a3c0fd8 commit be03b52

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.11.12, 2.12.14, 2.13.6, 3.0.2]
26+
scala: [2.11.12, 2.12.15, 2.13.6, 3.0.2]
2727
java: [adopt@1.8, adopt@1.11, adopt@1.16]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -107,12 +107,12 @@ jobs:
107107
tar xf targets.tar
108108
rm targets.tar
109109
110-
- name: Download target directories (2.12.14)
110+
- name: Download target directories (2.12.15)
111111
uses: actions/download-artifact@v2
112112
with:
113-
name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }}
113+
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}
114114

115-
- name: Inflate target directories (2.12.14)
115+
- name: Inflate target directories (2.12.15)
116116
run: |
117117
tar xf targets.tar
118118
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ThisBuild / version := "3.0.0-SNAPSHOT"
99

1010
ThisBuild / scalaVersion := "2.13.6"
1111

12-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6", "3.0.2")
12+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.6", "3.0.2")
1313

1414
resolvers += Resolver.sonatypeRepo("snapshots")
1515

0 commit comments

Comments
 (0)