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.12.19, 2.13.13, 3.3.1 ]
26+ scala : [2.12.19, 2.13.13, 3.3.3 ]
2727 java : [zulu@8]
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -99,12 +99,12 @@ jobs:
9999 tar xf targets.tar
100100 rm targets.tar
101101
102- - name : Download target directories (3.3.1 )
102+ - name : Download target directories (3.3.3 )
103103 uses : actions/download-artifact@v4
104104 with :
105- name : target-${{ matrix.os }}-3.3.1 -${{ matrix.java }}
105+ name : target-${{ matrix.os }}-3.3.3 -${{ matrix.java }}
106106
107- - name : Inflate target directories (3.3.1 )
107+ - name : Inflate target directories (3.3.3 )
108108 run : |
109109 tar xf targets.tar
110110 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.12.19" , " 2.13.13" , " 3.3.1 " )
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