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.12.19, 2.13.12 , 3.3.3]
26+ scala : [2.12.19, 2.13.13 , 3.3.3]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
6262 strategy :
6363 matrix :
6464 os : [ubuntu-latest]
65- scala : [2.13.12 ]
65+ scala : [2.13.13 ]
6666 java : [zulu@8]
6767 runs-on : ${{ matrix.os }}
6868 steps :
@@ -89,12 +89,12 @@ jobs:
8989 tar xf targets.tar
9090 rm targets.tar
9191
92- - name : Download target directories (2.13.12 )
92+ - name : Download target directories (2.13.13 )
9393 uses : actions/download-artifact@v4
9494 with :
95- name : target-${{ matrix.os }}-2.13.12 -${{ matrix.java }}
95+ name : target-${{ matrix.os }}-2.13.13 -${{ matrix.java }}
9696
97- - name : Inflate target directories (2.13.12 )
97+ - name : Inflate target directories (2.13.13 )
9898 run : |
9999 tar xf targets.tar
100100 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.12 "
9+ ThisBuild / scalaVersion := " 2.13.13 "
1010
11- ThisBuild / crossScalaVersions := Seq (" 2.12.19" , " 2.13.12 " , " 3.3.3" )
11+ ThisBuild / crossScalaVersions := Seq (" 2.12.19" , " 2.13.13 " , " 3.3.3" )
1212
1313ThisBuild / organizationHomepage := Some (url(" https://github.com/swagger-akka-http/swagger-enumeratum-module" ))
1414
You can’t perform that action at this time.
0 commit comments