From f3aadf22a03f983f12412385b932e072a5378d65 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Sun, 20 May 2012 18:06:28 +0200 Subject: [PATCH] add coda hale's repository for jerkson (needed for ls) --- project/plugins.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/plugins.sbt b/project/plugins.sbt index a5ab0e7ad..e62de8942 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,5 @@ resolvers += "less is" at "http://repo.lessis.me" addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.0") + +resolvers += "Coda Hale's Repo" at "http://repo.codahale.com" \ No newline at end of file