Skip to content

Commit 557fe02

Browse files
committed
scala 3.2.1
1 parent 2d37da7 commit 557fe02

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.17, 2.13.10, 3.2.0]
26+
scala: [2.11.12, 2.12.17, 2.13.10, 3.2.1]
2727
java: [zulu@8, zulu@11, zulu@17]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -164,12 +164,12 @@ jobs:
164164
tar xf targets.tar
165165
rm targets.tar
166166
167-
- name: Download target directories (3.2.0)
167+
- name: Download target directories (3.2.1)
168168
uses: actions/download-artifact@v3
169169
with:
170-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0
170+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1
171171

172-
- name: Inflate target directories (3.2.0)
172+
- name: Inflate target directories (3.2.1)
173173
run: |
174174
tar xf targets.tar
175175
rm targets.tar

build.sbt

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

1111
ThisBuild / scalaVersion := "2.13.10"
1212

13-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.0")
13+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.10", "3.2.1")
1414

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

0 commit comments

Comments
 (0)