aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 00:17:21 +0100
committerPacien TRAN-GIRARD2015-02-08 00:17:21 +0100
commitcb902da50bd75b623a47727e62c0c69913422bfd (patch)
tree2296df3bc243176f640732fffc80ec553a371367 /project
parent3d22cb7d1ee6bdf7b484bbf001c76e81ae351dea (diff)
downloadminibay-cb902da50bd75b623a47727e62c0c69913422bfd.tar.gz
Authentication draft
Diffstat (limited to 'project')
-rw-r--r--project/activator-sbt-echo-shim.sbt1
-rw-r--r--project/activator-sbt-eclipse-shim.sbt1
-rw-r--r--project/activator-sbt-idea-shim.sbt1
3 files changed, 3 insertions, 0 deletions
diff --git a/project/activator-sbt-echo-shim.sbt b/project/activator-sbt-echo-shim.sbt
new file mode 100644
index 0000000..99d5973
--- /dev/null
+++ b/project/activator-sbt-echo-shim.sbt
@@ -0,0 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-echo" % "0.1.6.2") \ No newline at end of file
diff --git a/project/activator-sbt-eclipse-shim.sbt b/project/activator-sbt-eclipse-shim.sbt
new file mode 100644
index 0000000..8734fe2
--- /dev/null
+++ b/project/activator-sbt-eclipse-shim.sbt
@@ -0,0 +1 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0") \ No newline at end of file
diff --git a/project/activator-sbt-idea-shim.sbt b/project/activator-sbt-idea-shim.sbt
new file mode 100644
index 0000000..3023480
--- /dev/null
+++ b/project/activator-sbt-idea-shim.sbt
@@ -0,0 +1 @@
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.2") \ No newline at end of file