diff --git a/project/Build.scala b/project/Build.scala index fa915ca27..1a58ff099 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -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", diff --git a/version.sbt b/version.sbt index 1938a72a4..3d9f0847c 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.7.1" +version in ThisBuild := "0.7.2"