Skip to content

Commit

Permalink
sbt-buildinfo 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Mar 7, 2016
1 parent 6576595 commit a1c7de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions info.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
buildInfoSettings

sourceGenerators in Compile <+= buildInfo
enablePlugins(BuildInfoPlugin)

buildInfoKeys := Seq[BuildInfoKey](
organization,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.4.0")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.3.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.0")

fullResolvers ~= {_.filterNot(_.name == "jcenter")}

0 comments on commit a1c7de5

Please sign in to comment.