summaryrefslogtreecommitdiff
path: root/example/project
diff options
context:
space:
mode:
Diffstat (limited to 'example/project')
-rw-r--r--example/project/build.properties2
-rw-r--r--example/project/build.sbt3
2 files changed, 2 insertions, 3 deletions
diff --git a/example/project/build.properties b/example/project/build.properties
index 748703f..27e88aa 100644
--- a/example/project/build.properties
+++ b/example/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.7
+sbt.version=0.13.13
diff --git a/example/project/build.sbt b/example/project/build.sbt
index f623fb6..2094cdd 100644
--- a/example/project/build.sbt
+++ b/example/project/build.sbt
@@ -1,4 +1,3 @@
-
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")
lazy val root = project.in(file(".")).dependsOn(file("../.."))