We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae2091 commit a3da43dCopy full SHA for a3da43d
build.sbt
@@ -1,6 +1,9 @@
1
+
2
+enablePlugins(GitVersioning)
3
4
organization := "com.rxthings"
5
name := "akka-injects"
-version := "0.9-SNAPSHOT"
6
+git.useGitDescribe := true
7
licenses +=("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
8
9
crossScalaVersions := Seq("2.11.8", "2.12.6")
project/plugins.sbt
@@ -1,4 +1,5 @@
logLevel := Level.Warn
-addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
-addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.1")
+addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
+addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
+addSbtPlugin("com.updateimpact" % "updateimpact-sbt-plugin" % "2.1.3")
0 commit comments