Skip to content

Commit d3f2800

Browse files
committed
revert scala versions
1 parent a5e837f commit d3f2800

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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.16, 2.13.8, 3.2.0]
26+
scala: [2.11.12, 2.12.15, 2.13.8, 3.0.2]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -128,12 +128,12 @@ jobs:
128128
tar xf targets.tar
129129
rm targets.tar
130130
131-
- name: Download target directories (2.12.16)
131+
- name: Download target directories (2.12.15)
132132
uses: actions/download-artifact@v3
133133
with:
134-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16
134+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15
135135

136-
- name: Inflate target directories (2.12.16)
136+
- name: Inflate target directories (2.12.15)
137137
run: |
138138
tar xf targets.tar
139139
rm targets.tar
@@ -148,12 +148,12 @@ jobs:
148148
tar xf targets.tar
149149
rm targets.tar
150150
151-
- name: Download target directories (3.2.0)
151+
- name: Download target directories (3.0.2)
152152
uses: actions/download-artifact@v3
153153
with:
154-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.0
154+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2
155155

156-
- name: Inflate target directories (3.2.0)
156+
- name: Inflate target directories (3.0.2)
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.16", "2.13.8", "3.2.0")
12+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.8", "3.0.2")
1313

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

0 commit comments

Comments
 (0)