File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 os : [ubuntu-latest]
29- scala : [2.12.14, 2.13.6, 3.0.1 ]
29+ scala : [2.12.14, 2.13.6, 3.0.2 ]
3030 java : [adopt@1.8]
3131 ci : [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
3232 runs-on : ${{ matrix.os }}
7575 strategy :
7676 matrix :
7777 os : [ubuntu-latest]
78- scala : [3.0.1 ]
78+ scala : [3.0.2 ]
7979 java : [adopt@1.8]
8080 runs-on : ${{ matrix.os }}
8181 steps :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ThisBuild / scmInfo := Some(
4545
4646// build and matrix configuration
4747
48- ThisBuild / crossScalaVersions := Seq (" 2.12.14" , " 2.13.6" , " 3.0.1 " )
48+ ThisBuild / crossScalaVersions := Seq (" 2.12.14" , " 2.13.6" , " 3.0.2 " )
4949
5050ThisBuild / githubWorkflowBuildPreamble ++= Seq (
5151 WorkflowStep .Use (
You can’t perform that action at this time.
0 commit comments