Skip to content

Commit

Permalink
finagle: Update scrooge-sbt-plugin version to 4.7.0
Browse files Browse the repository at this point in the history
Problem

The scrooge-sbt-plugin version should be updated to 4.7.0 for release

Solution

Update the version.

RB_ID=826940
TBR=true
  • Loading branch information
cacoco authored and jenkins committed Apr 27, 2016
1 parent 6f6a29c commit 4f353f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resolvers += Classpaths.sbtPluginReleases
resolvers += "twitter-repo" at "https://maven.twttr.com"

val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val scroogeSbtPluginVersionPrefix = "4.6.0"
val scroogeSbtPluginVersionPrefix = "4.7.0"
val scroogeSbtPluginVersion =
if (branch == "master") scroogeSbtPluginVersionPrefix
else scroogeSbtPluginVersionPrefix + "-SNAPSHOT"
Expand Down

0 comments on commit 4f353f2

Please sign in to comment.