File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 strategy :
2424 matrix :
2525 os : [ubuntu-latest]
26- scala : [2.12.18, 2.13.12 , 3.3.1]
26+ scala : [2.12.18, 2.13.13 , 3.3.1]
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 :
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.18" , " 2.13.12 " , " 3.3.1" )
11+ ThisBuild / crossScalaVersions := Seq (" 2.12.18" , " 2.13.13 " , " 3.3.1" )
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