Merge pull request #165 from pratik97/Mybranch

#163 - Added version automation
This commit is contained in:
Alexander
2018-10-24 19:02:30 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,3 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")