Introduction
sbt-buildo
is an Sbt plugin that's used to share common build configurations
and sbt plugins across the various projects at buildo.
Installation
To start using sbt-buildo
simply add this line in project/plugins.sbt
addSbtPlugin("io.buildo" %% "sbt-buildo" % "0.11.12")
Snapshot releases
We publish a snapshot version on every merge on master.
The latest snapshot version is 0.11.12
and you can use
it to try the latest unreleased features. For example:
addSbtPlugin("io.buildo" %% "sbt-buildo" % "0.11.12")
resolvers += Resolver.sonatypeRepo("snapshots")