File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ organization := "com.github.swagger-akka-http"
99
1010ThisBuild / 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
1414ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala-module" ))
1515
You can’t perform that action at this time.
0 commit comments