Index

sbt-dynver-ci is a thin sbt-dynver policy for early-effect CI builds. On a clean version tag the version is the release itself (0.2.0). Everywhere else it is <last-tag>-ci, so jar names and sbt 2 action-cache digests stay stable across commits until the next tag.

Install

addSbtPlugin("rocks.earlyeffect" % "sbt-dynver-ci" % "0.2.2")

Optional suffix

dynverCiSuffix := "-SNAPSHOT" // default is "-ci"

Documentation

Continue with: