build: enable sbt-git plugin

As in linked example
 f6351dbffa

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov
2018-10-24 17:16:38 +02:00
parent ddeebf4a49
commit a5974effe4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
name := "enry-java"
organization := "tech.sourced"
version := "1.6.6"
git.useGitDescribe := true
enablePlugins(GitVersioning)