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