Skip to content

Commit 697fa99

Browse files
committed
Bump to 0.7.2
1 parent c676e79 commit 697fa99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ object AlgebirdBuild extends Build {
102102
def youngestForwardCompatible(subProj: String) =
103103
Some(subProj)
104104
.filterNot(unreleasedModules.contains(_))
105-
.map { s => "com.twitter" % ("algebird-" + s + "_2.9.3") % "0.7.1" }
105+
.map { s => "com.twitter" % ("algebird-" + s + "_2.9.3") % "0.7.2" }
106106

107107
lazy val algebird = Project(
108108
id = "algebird",

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.7.1"
1+
version in ThisBuild := "0.7.2"

0 commit comments

Comments
 (0)