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.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
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.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
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