aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorDiego Parra <dparra@despegar.com>2013-05-03 17:06:10 -0300
committerDiego Parra <dparra@despegar.com>2013-05-03 17:06:10 -0300
commit2caece9ef7574406c548b4a1f333de4c9579b3a2 (patch)
tree9536c6b95fac7dca34a5c2dae27d931b88694632 /project/plugins.sbt
parentfc8a371548d9de3c5e0719dcfcf041ca31bc2227 (diff)
downloadKamon-2caece9ef7574406c548b4a1f333de4c9579b3a2.tar.gz
Kamon-2caece9ef7574406c548b4a1f333de4c9579b3a2.tar.bz2
Kamon-2caece9ef7574406c548b4a1f333de4c9579b3a2.zip
Initial Commit Kamon
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 00000000..91cadf24
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,4 @@
+resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"
+
+addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.4.0")
+