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.sbt6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/project/build.sbt b/example/project/build.sbt
new file mode 100644
index 0000000..24009f8
--- /dev/null
+++ b/example/project/build.sbt
@@ -0,0 +1,6 @@
+
+addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.3")
+
+lazy val root = project.in( file(".") ).dependsOn(
+ file("../..")
+) \ No newline at end of file