File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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.20, 2.13.16 , 3.3.7]
26+ scala : [2.11.12, 2.12.20, 2.13.17 , 3.3.7]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
7070 strategy :
7171 matrix :
7272 os : [ubuntu-latest]
73- scala : [2.13.16 ]
73+ scala : [2.13.17 ]
7474 java : [zulu@8]
7575 runs-on : ${{ matrix.os }}
7676 steps :
@@ -110,12 +110,12 @@ jobs:
110110 tar xf targets.tar
111111 rm targets.tar
112112
113- - name : Download target directories (2.13.16 )
113+ - name : Download target directories (2.13.17 )
114114 uses : actions/download-artifact@v5
115115 with :
116- name : target-${{ matrix.os }}-2.13.16 -${{ matrix.java }}
116+ name : target-${{ matrix.os }}-2.13.17 -${{ matrix.java }}
117117
118- - name : Inflate target directories (2.13.16 )
118+ - name : Inflate target directories (2.13.17 )
119119 run : |
120120 tar xf targets.tar
121121 rm targets.tar
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import sbtghactions.JavaSpec.Distribution.Zulu
66
77organization := " com.github.swagger-akka-http"
88
9- ThisBuild / scalaVersion := " 2.13.16 "
9+ ThisBuild / scalaVersion := " 2.13.17 "
1010
11- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20" , " 2.13.16 " , " 3.3.7" )
11+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.20" , " 2.13.17 " , " 3.3.7" )
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