Skip to content

Commit

Permalink
Merge pull request #165 from pratik97/Mybranch
Browse files Browse the repository at this point in the history
#163 - Added version automation
  • Loading branch information
bzz authored Oct 24, 2018
2 parents 6734a70 + a5974ef commit 8953e0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion java/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name := "enry-java"
organization := "tech.sourced"
version := "1.6.6"

git.useGitDescribe := true
enablePlugins(GitVersioning)

sonatypeProfileName := "tech.sourced"

Expand Down
3 changes: 2 additions & 1 deletion java/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 8953e0e

Please sign in to comment.