Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Use sbt-git for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Jan 8, 2017
1 parent c775666 commit 9ab5554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
@@ -1,8 +1,9 @@
enablePlugins(GitVersioning)

lazy val root = (project in file(".")).
settings(
sbtPlugin := true,
name := "sbt-buildo",
version := "0.1.5",
organization := "io.buildo",
description := "sbt plugin for sharing configuration across projects at buildo",
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0"),
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
@@ -1 +1,2 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

0 comments on commit 9ab5554

Please sign in to comment.