Skip to content

Commit

Permalink
Bump to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Dec 4, 2014
1 parent c676e79 commit 697fa99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object AlgebirdBuild extends Build {
def youngestForwardCompatible(subProj: String) =
Some(subProj)
.filterNot(unreleasedModules.contains(_))
.map { s => "com.twitter" % ("algebird-" + s + "_2.9.3") % "0.7.1" }
.map { s => "com.twitter" % ("algebird-" + s + "_2.9.3") % "0.7.2" }

lazy val algebird = Project(
id = "algebird",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.7.1"
version in ThisBuild := "0.7.2"

0 comments on commit 697fa99

Please sign in to comment.