Skip to content

Commit c3e9a4a

Browse files
committed
need to stick with scala 3.2.0
1 parent d3f2800 commit c3e9a4a

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.0.2]
26+
scala: [2.11.12, 2.12.15, 2.13.8, 3.2.0]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -148,12 +148,12 @@ jobs:
148148
tar xf targets.tar
149149
rm targets.tar
150150
151-
- name: Download target directories (3.0.2)
151+
- name: Download target directories (3.2.0)
152152
uses: actions/download-artifact@v3
153153
with:
154-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2
154+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0
155155

156-
- name: Inflate target directories (3.0.2)
156+
- name: Inflate target directories (3.2.0)
157157
run: |
158158
tar xf targets.tar
159159
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.8"
1111

12-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.8", "3.0.2")
12+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.8", "3.2.0")
1313

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

0 commit comments

Comments
 (0)