pekko/project/plugins.sbt
Roland 761a61eb6b remove sbteclipse plugin from project/plugins.sbt
this should be in each user’s .sbt directory, so that everybody is free
to use which version they like
2012-02-08 09:36:17 +01:00

14 lines
392 B
Scala

resolvers += Classpaths.typesafeResolver
addSbtPlugin("com.typesafe.sbtmultijvm" % "sbt-multi-jvm" % "0.1.9")
addSbtPlugin("com.typesafe.schoir" % "schoir" % "0.1.2")
addSbtPlugin("com.typesafe.sbtscalariform" % "sbtscalariform" % "0.3.1")
resolvers ++= Seq(
"less is" at "http://repo.lessis.me",
"coda" at "http://repo.codahale.com")
addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1")