aboutsummaryrefslogtreecommitdiff
path: root/versionwithsha.sbt
blob: 4e2d5e5a1df6bcc107626b8805fa5fe78cd65365 (plain) (blame)
1
2
3
4
5
// This file has a sensitive filename. It MUST be loaded after version.sbt, so it can rely in sbt-release version

//version in ThisBuild := VersionWithSHA.kamonVersionWithSHA((version in ThisBuild).value)

isSnapshot in ThisBuild := VersionWithSHA.kamonIsSnapshot((version in ThisBuild).value)