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 2626 strategy :
2727 matrix :
2828 os : [ubuntu-latest]
29- scala : [2.11.12, 2.12.15, 2.13.7, 3.0.2 ]
29+ scala : [2.11.12, 2.12.15, 2.13.7, 3.1.3 ]
3030 java : [temurin@11]
3131 ci : [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
3232 runs-on : ${{ matrix.os }}
7878 strategy :
7979 matrix :
8080 os : [ubuntu-latest]
81- scala : [3.0.2 ]
81+ scala : [3.1.3 ]
8282 java : [temurin@11]
8383 runs-on : ${{ matrix.os }}
8484 steps :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import org.scalajs.jsenv.selenium.SeleniumJSEnv
2424
2525import java .util .concurrent .TimeUnit
2626
27- ThisBuild / baseVersion := " 1.0 "
27+ ThisBuild / baseVersion := " 1.1 "
2828
2929ThisBuild / organization := " org.scala-js"
3030ThisBuild / organizationName := " Scala.js (https://www.scala-js.org/)"
@@ -42,7 +42,7 @@ ThisBuild / scmInfo := Some(
4242
4343// build and matrix configuration
4444
45- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15" , " 2.13.7" , " 3.0.2 " )
45+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15" , " 2.13.7" , " 3.1.3 " )
4646
4747ThisBuild / githubWorkflowBuildPreamble ++= Seq (
4848 WorkflowStep .Use (
You can’t perform that action at this time.
0 commit comments