summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-05-19 01:14:42 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-05-19 10:21:38 +0200
commitc569a4c58cf29778df28392b48e20ffebdbc518e (patch)
tree5148d1bd03b8efbb281fb4c4dc66d63cc38cf1c9 /project/plugins.sbt
downloadcollection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.tar.gz
collection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.tar.bz2
collection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.tar.xz
collection-json-explorer-scala-c569a4c58cf29778df28392b48e20ffebdbc518e.zip
o Initial import of the Scala version of the Collection+JSON explorer.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt5
1 files changed, 5 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..8270680
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,5 @@
+resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
+
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.3.0-SNAPSHOT")
+
+addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % "0.7")