aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: 4b47ee3512c93f797831642f067a560956d8490f (plain) (tree)
1
2
3
4
5
6

                 



                                                                           
sbtPlugin := true
name := "sbt-gpg"
version in ThisBuild := {
  import sys.process._
  ("git describe --always --dirty=-SNAPSHOT --match v[0-9].*" !!).tail.trim
}