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

Commit

Permalink
Upgrade to sbt 0.13.9, Scala.js 0.6.5 and DOM 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Oct 2, 2015
1 parent 53d88a4 commit 4e39d68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ persistLauncher in Test := false
testFrameworks += new TestFramework("utest.runner.Framework")

libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.8.1",
"org.scala-js" %%% "scalajs-dom" % "0.8.2",
"com.lihaoyi" %%% "utest" % "0.3.0" % "test"
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.7
sbt.version=0.13.9
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.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5")

0 comments on commit 4e39d68

Please sign in to comment.