aboutsummaryrefslogblamecommitdiff
path: root/zersion.sbt
blob: 38f6e5e9d4c06a1ed2b60072e4ab2fb0b168ea9b (plain) (tree)
1
2
3
4
5
6
                                                                                                                 
                                                                                       
 
                                                                                        
 
                                                                                       
// This file has a sensitive filename. It MUST be loaded after version.sbt, so it can rely in sbt-release version
// Even while the name seems a typo, that "ensures" that it will be loaded as expected.

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

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