Skip to content

Commit

Permalink
update mima.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ritchie committed Jul 19, 2013
1 parent bd5151b commit d9a9179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ object StorehausBuild extends Build {
* This returns the youngest jar we released that is compatible with
* the current.
*/
val unreleasedModules = Set[String]("testing")
val unreleasedModules = Set[String]()

def youngestForwardCompatible(subProj: String) =
Some(subProj)
.filterNot(unreleasedModules.contains(_))
.map { s => "com.twitter" % ("storehaus-" + s + "_2.9.2") % "0.4.0" }
.map { s => "com.twitter" % ("storehaus-" + s + "_2.9.3") % "0.5.0" }

val algebirdVersion = "0.2.0"
val bijectionVersion = "0.5.2"
Expand Down

0 comments on commit d9a9179

Please sign in to comment.