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.19 , 2.13.14, 3.3.3]
26+ scala : [2.11.12, 2.12.20 , 2.13.14, 3.3.3]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -100,12 +100,12 @@ jobs:
100100 tar xf targets.tar
101101 rm targets.tar
102102
103- - name : Download target directories (2.12.19 )
103+ - name : Download target directories (2.12.20 )
104104 uses : actions/download-artifact@v4
105105 with :
106- name : target-${{ matrix.os }}-2.12.19 -${{ matrix.java }}
106+ name : target-${{ matrix.os }}-2.12.20 -${{ matrix.java }}
107107
108- - name : Inflate target directories (2.12.19 )
108+ - name : Inflate target directories (2.12.20 )
109109 run : |
110110 tar xf targets.tar
111111 rm targets.tar
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http"
88
99ThisBuild / scalaVersion := " 2.13.14"
1010
11- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.19 " , " 2.13.14" , " 3.3.3" )
11+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20 " , " 2.13.14" , " 3.3.3" )
1212
1313ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-scala-module" ))
1414
You can’t perform that action at this time.
0 commit comments