diff options
Diffstat (limited to 'project')
-rw-r--r-- | project/activator-sbt-echo-shim.sbt | 1 | ||||
-rw-r--r-- | project/activator-sbt-eclipse-shim.sbt | 1 | ||||
-rw-r--r-- | project/activator-sbt-idea-shim.sbt | 1 |
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 | |||