aboutsummaryrefslogtreecommitdiff
path: root/versionwithsha.sbt
blob: 288e7948226a63b1e1a2d1ed8b156bcd52daa220 (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)