Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed May 3, 2016
1 parent aed86ba commit f634ed4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION 'set scalaJSStage in Global := FastOptStage' test 'set scalaJSStage in Global := FullOptStage' test
- sbt ++$TRAVIS_SCALA_VERSION test 'set scalaJSStage in Global := FullOptStage' test
scala:
- 2.10.4
- 2.11.5
- 2.10.6
- 2.11.8
jdk:
- oraclejdk7
- oraclejdk8
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "Example"

version := "0.1-SNAPSHOT"

scalaVersion := "2.11.7"
scalaVersion := "2.11.8"

persistLauncher in Compile := true

Expand All @@ -14,6 +14,6 @@ persistLauncher in Test := false
testFrameworks += new TestFramework("utest.runner.Framework")

libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.8.2",
"org.scala-js" %%% "scalajs-dom" % "0.9.0",
"com.lihaoyi" %%% "utest" % "0.3.0" % "test"
)
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.9")

0 comments on commit f634ed4

Please sign in to comment.