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

Commit

Permalink
Merge pull request #12 from bmjsmith/master
Browse files Browse the repository at this point in the history
Upgraded dependencies
  • Loading branch information
sjrd authored Jan 27, 2017
2 parents 0fcde3c + 093bf5f commit 7eaed3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.8"
scalaVersion := "2.12.1"

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.9.0",
"com.lihaoyi" %%% "utest" % "0.3.0" % "test"
"org.scala-js" %%% "scalajs-dom" % "0.9.1",
"com.lihaoyi" %%% "utest" % "0.4.5" % "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.9
sbt.version=0.13.13
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.9")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")

0 comments on commit 7eaed3f

Please sign in to comment.