summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/project/build.sbt6
1 files changed, 2 insertions, 4 deletions
diff --git a/example/project/build.sbt b/example/project/build.sbt
index 24009f8..4871695 100644
--- a/example/project/build.sbt
+++ b/example/project/build.sbt
@@ -1,6 +1,4 @@
-addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.3")
+addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.4")
-lazy val root = project.in( file(".") ).dependsOn(
- file("../..")
-) \ No newline at end of file
+lazy val root = project.in(file(".")).dependsOn(file("../..")) \ No newline at end of file