Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #117 from bzz/version-from-tag
Browse files Browse the repository at this point in the history
build: enable sbt-git plugin
  • Loading branch information
bzz authored Aug 16, 2019
2 parents b7a9ef7 + 8168c61 commit ada534e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

name := "bblfsh-client"
organization := "org.bblfsh"
version := "2.0.0-SNAPSHOT"

git.useGitDescribe := true
enablePlugins(GitVersioning)

scalaVersion := "2.11.11"
val libuastVersion = "3.3.1"
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.16")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.8.3"

0 comments on commit ada534e

Please sign in to comment.