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]
26+ scala : [2.11.12, 2.12.15 , 2.13.6]
27272828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -107,12 +107,12 @@ jobs:
107107 tar xf targets.tar
108108 rm targets.tar
109109
110- - name : Download target directories (2.12.14 )
110+ - name : Download target directories (2.12.15 )
111111 uses : actions/download-artifact@v2
112112 with :
113- name : target-${{ matrix.os }}-2.12.14 -${{ matrix.java }}
113+ name : target-${{ matrix.os }}-2.12.15 -${{ matrix.java }}
114114
115- - name : Inflate target directories (2.12.14 )
115+ - name : Inflate target directories (2.12.15 )
116116 run : |
117117 tar xf targets.tar
118118 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" )
10+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15 " , " 2.13.6" )
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