Skip to content

Commit e776fc1

Browse files
committed
scala 2.12.15
1 parent 76f0e36 commit e776fc1

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
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -106,12 +106,12 @@ jobs:
106106
tar xf targets.tar
107107
rm targets.tar
108108
109-
- name: Download target directories (2.12.14)
109+
- name: Download target directories (2.12.15)
110110
uses: actions/download-artifact@v2
111111
with:
112-
name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }}
112+
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}
113113

114-
- name: Inflate target directories (2.12.14)
114+
- name: Inflate target directories (2.12.15)
115115
run: |
116116
tar xf targets.tar
117117
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 := "2.13.0-rc3-SNAPSHOT"
1010

1111
ThisBuild / scalaVersion := "2.13.6"
1212

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

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

0 commit comments

Comments
 (0)