Skip to content

Commit

Permalink
Scala.js, Travis & SBT
Browse files Browse the repository at this point in the history
  • Loading branch information
Starzu committed Dec 6, 2016
1 parent 11fc2c1 commit 8e0cf87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: scala
scala:
- 2.10.6
- 2.11.7
- 2.12.1

install:
- nvm list
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sbt.version = 0.13.9
sbt.version = 0.13.13

set logLevel in Global := Level.Debug
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.12")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")

addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "0.8.0")

Expand Down

0 comments on commit 8e0cf87

Please sign in to comment.