Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ritchie committed May 16, 2013
1 parent dcb0bad commit c48b5e3
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 @@ -84,8 +84,8 @@ object StorehausBuild extends Build {
.filterNot(unreleasedModules.contains(_))
.map { s => "com.twitter" % ("storehaus-" + s + "_2.9.2") % "0.3.0" }

val algebirdVersion = "0.1.12"
val bijectionVersion = "0.3.0"
val algebirdVersion = "0.1.13"
val bijectionVersion = "0.4.0"

lazy val storehaus = Project(
id = "storehaus",
Expand Down

0 comments on commit c48b5e3

Please sign in to comment.