File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest, windows-2016, macos-latest]
16
- scalaJsVersion : ["1.9.0"]
16
+ scalaJsVersion : ["1.9.0", "1.10.0" ]
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
with :
54
54
strategy :
55
55
fail-fast : false
56
56
matrix :
57
- scalaJsVersion : ["1.9.0"]
57
+ scalaJsVersion : ["1.9.0", "1.10.0" ]
58
58
steps :
59
59
- uses : actions/checkout@v2
60
60
with :
86
86
strategy :
87
87
fail-fast : false
88
88
matrix :
89
- scalaJsVersion : ["1.9.0"]
89
+ scalaJsVersion : ["1.9.0", "1.10.0" ]
90
90
steps :
91
91
- uses : actions/checkout@v2
92
92
with :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import mill._
9
9
import mill .scalalib ._
10
10
11
11
def scalaJsCliVersion = " 1.1.1-sc1"
12
- def scalaJsVersions = Seq (" 1.9.0" )
12
+ def scalaJsVersions = Seq (" 1.9.0" , " 1.10.0 " )
13
13
14
14
class ScalaJsCliNativeImage (val scalaJsVersion0 : String ) extends ScalaModule with NativeImage {
15
15
def scalaVersion = " 2.13.8"
You can’t perform that action at this time.
0 commit comments