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 26
26
strategy :
27
27
matrix :
28
28
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 ]
30
30
java : [temurin@11]
31
31
ci : [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS]
32
32
runs-on : ${{ matrix.os }}
78
78
strategy :
79
79
matrix :
80
80
os : [ubuntu-latest]
81
- scala : [3.0.2 ]
81
+ scala : [3.1.3 ]
82
82
java : [temurin@11]
83
83
runs-on : ${{ matrix.os }}
84
84
steps :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import org.scalajs.jsenv.selenium.SeleniumJSEnv
24
24
25
25
import java .util .concurrent .TimeUnit
26
26
27
- ThisBuild / baseVersion := " 1.0 "
27
+ ThisBuild / baseVersion := " 1.1 "
28
28
29
29
ThisBuild / organization := " org.scala-js"
30
30
ThisBuild / organizationName := " Scala.js (https://www.scala-js.org/)"
@@ -42,7 +42,7 @@ ThisBuild / scmInfo := Some(
42
42
43
43
// build and matrix configuration
44
44
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 " )
46
46
47
47
ThisBuild / githubWorkflowBuildPreamble ++= Seq (
48
48
WorkflowStep .Use (
You can’t perform that action at this time.
0 commit comments