Skip to content

Commit a3da43d

Browse files
committed
use git versioning
1 parent cae2091 commit a3da43d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.sbt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
2+
enablePlugins(GitVersioning)
3+
14
organization := "com.rxthings"
25
name := "akka-injects"
3-
version := "0.9-SNAPSHOT"
6+
git.useGitDescribe := true
47
licenses +=("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
58

69
crossScalaVersions := Seq("2.11.8", "2.12.6")

project/plugins.sbt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
logLevel := Level.Warn
22

3-
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
4-
addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.1")
3+
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
4+
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
5+
addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.3")

0 commit comments

Comments
 (0)