Skip to content

Commit 8953e0e

Browse files
authored
Merge pull request #165 from pratik97/Mybranch
#163 - Added version automation
2 parents 6734a70 + a5974ef commit 8953e0e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

java/build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name := "enry-java"
22
organization := "tech.sourced"
3-
version := "1.6.6"
3+
4+
git.useGitDescribe := true
5+
enablePlugins(GitVersioning)
46

57
sonatypeProfileName := "tech.sourced"
68

java/project/plugins.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
22
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
3+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
4+
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")

0 commit comments

Comments
 (0)