Skip to content

Commit 9f2ba2a

Browse files
committed
scala 2.12.16
1 parent 352143f commit 9f2ba2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.11.12, 2.12.15, 2.13.8, 3.2.0]
26+
scala: [2.11.12, 2.12.16, 2.13.8, 3.2.0]
2727
java: [zulu@8, zulu@11, zulu@17]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -144,12 +144,12 @@ jobs:
144144
tar xf targets.tar
145145
rm targets.tar
146146
147-
- name: Download target directories (2.12.15)
147+
- name: Download target directories (2.12.16)
148148
uses: actions/download-artifact@v3
149149
with:
150-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15
150+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16
151151

152-
- name: Inflate target directories (2.12.15)
152+
- name: Inflate target directories (2.12.16)
153153
run: |
154154
tar xf targets.tar
155155
rm targets.tar

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / version := "2.14.0-SNAPSHOT"
1010

1111
ThisBuild / scalaVersion := "2.13.8"
1212

13-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.8", "3.2.0")
13+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.16", "2.13.8", "3.2.0")
1414

1515
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1616

0 commit comments

Comments
 (0)