File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 10
10
sudo : required
11
11
dist : trusty
12
12
13
+ env :
14
+ - SCALAJS_VERSION=0.6.32
15
+ - SCALAJS_VERSION=1.0.0-RC2
16
+
13
17
cache :
14
18
directories :
15
19
- $HOME/.ivy2
Original file line number Diff line number Diff line change 1
1
resolvers += " Sonatype Public" .at(" https://oss.sonatype.org/content/groups/public/" )
2
2
3
+ val scalaJSVersion =
4
+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.32" )
5
+
6
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
7
+
3
8
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
4
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.31" )
5
9
addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.5" )
6
10
addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.12" )
7
11
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8.1" )
You can’t perform that action at this time.
0 commit comments