Skip to content

Commit

Permalink
use git-version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersouthwick committed Apr 11, 2018
1 parent d7c21e7 commit ae045bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
enablePlugins(GitVersioning)

scalaVersion in ThisBuild := "2.12.3"
crossScalaVersions := Seq("2.12.3", "2.11.11", "2.10.5")

Expand All @@ -21,7 +23,7 @@ licenses in ThisBuild := Seq(
coverageMinimum in ThisBuild := 80
coverageFailOnMinimum in ThisBuild := true

releaseCrossBuild in ThisBuild := true
git.useGitDescribe := true

lazy val core = (project in file("core"))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.4")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
1 change: 0 additions & 1 deletion version.sbt

This file was deleted.

0 comments on commit ae045bb

Please sign in to comment.