File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,12 @@ scala:
1414jdk :
1515 - oraclejdk8
1616env :
17- - SCALAJS_VERSION=0.6.21
18- - SCALAJS_VERSION=1.0.0-M1
19- - SCALAJS_VERSION=1.0.0-M2
17+ - SCALAJS_VERSION=0.6.22
18+ - SCALAJS_VERSION=1.0.0-M3
19+ matrix :
20+ exclude :
21+ - scala : 2.10.7
22+ env : SCALAJS_VERSION=1.0.0-M3
2023
2124cache :
2225 directories :
Original file line number Diff line number Diff line change 11val scalaJSVersion =
2- Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.21 " )
2+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.22 " )
33
44addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
5-
6- {
7- if (scalaJSVersion != " 1.0.0-M1" )
8- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.3.0" )
9- else
10- Nil
11- }
5+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.3.0" )
126
137addSbtPlugin(" org.scalastyle" % " scalastyle-sbt-plugin" % " 0.8.0" )
You can’t perform that action at this time.
0 commit comments