l15k4 / sbt-common   0.0.24

GitHub

Common plugin that prevents duplication of the usual sbt stuff in many similar projects

Scala versions: 2.12
sbt plugins: 1.0

sbt-common

Provides standardized configuration and dependencies to use in similar scala based projects.

This plugin is published to sonatype repository. Or you can use plugin directly in which case you need just either of these in project/plugins.sbt :

dependsOn(ProjectRef(uri("file://path/to/sbt-common"), "sbt-common"))
dependsOn(ProjectRef(uri("https://github.com/l15k4/sbt-common.git"), "sbt-common"))

To get a specific version, do : ../sbt-common.git#vx.y.z