summaryrefslogtreecommitdiff
path: root/examples/workbench-example-app/project/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/workbench-example-app/project/build.sbt')
-rw-r--r--examples/workbench-example-app/project/build.sbt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/workbench-example-app/project/build.sbt b/examples/workbench-example-app/project/build.sbt
new file mode 100644
index 0000000..7ed0b3e
--- /dev/null
+++ b/examples/workbench-example-app/project/build.sbt
@@ -0,0 +1,3 @@
+addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.5")
+
+addSbtPlugin("com.lihaoyi" % "workbench" % "0.2.3")