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.13, 3.3.1 ]
26+ scala : [2.11.12, 2.12.19, 2.13.13, 3.3.3 ]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -114,12 +114,12 @@ jobs:
114114 tar xf targets.tar
115115 rm targets.tar
116116
117- - name : Download target directories (3.3.1 )
117+ - name : Download target directories (3.3.3 )
118118 uses : actions/download-artifact@v4
119119 with :
120- name : target-${{ matrix.os }}-3.3.1 -${{ matrix.java }}
120+ name : target-${{ matrix.os }}-3.3.3 -${{ matrix.java }}
121121
122- - name : Inflate target directories (3.3.1 )
122+ - name : Inflate target directories (3.3.3 )
123123 run : |
124124 tar xf targets.tar
125125 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.13"
1010
11- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.19" , " 2.13.13" , " 3.3.1 " )
11+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.19" , " 2.13.13" , " 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