summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes_rudolph@gmx.de>2012-05-31 18:10:47 +0200
committerJohannes Rudolph <johannes_rudolph@gmx.de>2012-05-31 18:10:47 +0200
commita5dffe91990c12d5e7f2455d3e605a55d07351a4 (patch)
treef33f60774471fd0477c657aa807abeee4f9f997b /project/plugins.sbt
parent41a5a50de2cbd13f480baade6ffdbcef283232a8 (diff)
downloadspray-json-a5dffe91990c12d5e7f2455d3e605a55d07351a4.tar.gz
spray-json-a5dffe91990c12d5e7f2455d3e605a55d07351a4.tar.bz2
spray-json-a5dffe91990c12d5e7f2455d3e605a55d07351a4.zip
add a preliminary version of common sbt project metadata
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 0000000..fb857ff
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1,4 @@
+resolvers += "less is" at "http://repo.lessis.me"
+
+//addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1", "0.11.2)
+libraryDependencies += Defaults.sbtPluginExtra("me.lessis" % "ls-sbt" % "0.1.1", "0.11.2", "2.9.1")