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.14, 2.13.6, 3.0.1 ]
26+ scala : [2.11.12, 2.12.14, 2.13.6, 3.0.2 ]
2727 java : [adopt@1.8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -127,12 +127,12 @@ jobs:
127127 tar xf targets.tar
128128 rm targets.tar
129129
130- - name : Download target directories (3.0.1 )
130+ - name : Download target directories (3.0.2 )
131131 uses : actions/download-artifact@v2
132132 with :
133- name : target-${{ matrix.os }}-3.0.1 -${{ matrix.java }}
133+ name : target-${{ matrix.os }}-3.0.2 -${{ matrix.java }}
134134
135- - name : Inflate target directories (3.0.1 )
135+ - name : Inflate target directories (3.0.2 )
136136 run : |
137137 tar xf targets.tar
138138 rm targets.tar
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ organization := "com.github.swagger-akka-http"
77
88ThisBuild / scalaVersion := " 2.13.6"
99
10- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.14" , " 2.13.6" , " 3.0.1 " )
10+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.14" , " 2.13.6" , " 3.0.2 " )
1111
1212ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala-module" ))
1313
You can’t perform that action at this time.
0 commit comments