File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.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
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.15" , " 2.13.8" , " 3.0.2 " )
12+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15" , " 2.13.8" , " 3.2.0 " )
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