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.19, 2.13.13 , 3.3.3]
26+ scala : [2.11.12, 2.12.19, 2.13.14 , 3.3.3]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
6767 strategy :
6868 matrix :
6969 os : [ubuntu-latest]
70- scala : [2.13.13 ]
70+ scala : [2.13.14 ]
7171 java : [zulu@8]
7272 runs-on : ${{ matrix.os }}
7373 steps :
@@ -104,12 +104,12 @@ jobs:
104104 tar xf targets.tar
105105 rm targets.tar
106106
107- - name : Download target directories (2.13.13 )
107+ - name : Download target directories (2.13.14 )
108108 uses : actions/download-artifact@v4
109109 with :
110- name : target-${{ matrix.os }}-2.13.13 -${{ matrix.java }}
110+ name : target-${{ matrix.os }}-2.13.14 -${{ matrix.java }}
111111
112- - name : Inflate target directories (2.13.13 )
112+ - name : Inflate target directories (2.13.14 )
113113 run : |
114114 tar xf targets.tar
115115 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.13 "
9+ ThisBuild / scalaVersion := " 2.13.14 "
1010
11- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.19" , " 2.13.13 " , " 3.3.3" )
11+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.19" , " 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