summaryrefslogtreecommitdiff
path: root/example/project/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'example/project/build.sbt')
-rw-r--r--example/project/build.sbt3
1 files changed, 1 insertions, 2 deletions
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("../.."))