Skip to content

Commit

Permalink
Coda Hale's repository is still needed for 'less' plugin dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
martiell committed Jun 6, 2012
1 parent 4af8d9c commit e94f4c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Expand Up @@ -17,7 +17,8 @@ resolvers += ("ScalaTools Snapshots" at "http://scala-tools.org/repo-snapshots/"
// addSbtPlugin("com.eed3si9n" % "sbt-appengine" % "0.3.0")

resolvers ++= Seq(
"less is" at "http://repo.lessis.me")
"less is" at "http://repo.lessis.me",
"coda" at "http://repo.codahale.com")

addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1")

Expand Down

0 comments on commit e94f4c2

Please sign in to comment.