From cb902da50bd75b623a47727e62c0c69913422bfd Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 8 Feb 2015 00:17:21 +0100 Subject: Authentication draft --- project/activator-sbt-echo-shim.sbt | 1 + project/activator-sbt-eclipse-shim.sbt | 1 + project/activator-sbt-idea-shim.sbt | 1 + 3 files changed, 3 insertions(+) create mode 100644 project/activator-sbt-echo-shim.sbt create mode 100644 project/activator-sbt-eclipse-shim.sbt create mode 100644 project/activator-sbt-idea-shim.sbt (limited to 'project') 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 -- cgit v1.2.3