- move license and homepage into build definition - enable sbt-license-report plugin to properly pick it up - remove hand-coded XML (always a good idea) - remove ls.implicity.ly plugin - remove STM reference from README
19 lines
547 B
Scala
19 lines
547 B
Scala
|
|
resolvers += Classpaths.typesafeResolver
|
|
|
|
// these comment markers are for including code into the docs
|
|
//#sbt-multi-jvm
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.3.8")
|
|
//#sbt-multi-jvm
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.0")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.7.1")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
|
|
|
|
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.5")
|