Skip to content

Commit bf54717

Browse files
committed
scala 3.2.1
1 parent a2766e9 commit bf54717

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.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]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -142,12 +142,12 @@ jobs:
142142
tar xf targets.tar
143143
rm targets.tar
144144
145-
- name: Download target directories (3.2.0)
145+
- name: Download target directories (3.2.1)
146146
uses: actions/download-artifact@v3
147147
with:
148-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0
148+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1
149149

150-
- name: Inflate target directories (3.2.0)
150+
- name: Inflate target directories (3.2.1)
151151
run: |
152152
tar xf targets.tar
153153
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ organization := "com.github.swagger-akka-http"
99

1010
ThisBuild / scalaVersion := "2.13.10"
1111

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

1414
ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module"))
1515

0 commit comments

Comments
 (0)