Skip to content

Commit 16d62c0

Browse files
committed
scala 2.12.16
1 parent 0ea3e96 commit 16d62c0

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.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:
@@ -145,12 +145,12 @@ jobs:
145145
tar xf targets.tar
146146
rm targets.tar
147147
148-
- name: Download target directories (2.12.15)
148+
- name: Download target directories (2.12.16)
149149
uses: actions/download-artifact@v3
150150
with:
151-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15
151+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16
152152

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / version := "3.0.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
sonatypeCredentialHost := "s01.oss.sonatype.org"
1616
sonatypeRepository := "s01.oss.sonatype.org"

0 commit comments

Comments
 (0)