buildo / sbt-buildo   0.10.0

MIT License GitHub

sbt-buildo is now maintained in the buildo monorepo -> https://github.com/buildo/retro

Scala versions: 2.12
sbt plugins: 1.0

Download

sbt-buildo

sbt plugin to share settings and dependencies across scala projects in buildo

How to use

Add this to your project/plugins.sbt

addSbtPlugin("io.buildo" % "sbt-buildo" % <version>)

Then in build.sbt

inThisBuild(Seq(
  name := "cool-project",
  libraryDependencies ++= defaultDependencies
))

This plugins makes some common dependencies available. If you just want the default dependencies, import them in bulk using defaultDependencies.

If you prefer to cherry-pick, refer to https://github.com/buildo/sbt-buildo/blob/master/src/main/scala/buildo/CommonDependenciesSettingPlugin.scala