Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Coveney committed Jan 24, 2014
2 parents fcb5582 + 7dc0ba5 commit 4c8ef07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# summingbird #

## 0.3.3
* Depend on proper Tormenta version (fix semver hiccup)

## 0.3.2
* We don't want to hit runningState.fail twice: https://github.com/twitter/summingbird/pull/425
* also tail producer support: https://github.com/twitter/summingbird/pull/423
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object SummingbirdBuild extends Build {

val sharedSettings = Project.defaultSettings ++ Seq(
organization := "com.twitter",
version := "0.3.2",
version := "0.3.3",
scalaVersion := "2.9.3",
crossScalaVersions := Seq("2.9.3", "2.10.0"),
libraryDependencies ++= Seq(
Expand Down Expand Up @@ -126,7 +126,7 @@ object SummingbirdBuild extends Build {
val storehausVersion = "0.8.0"
val utilVersion = "6.3.8"
val chillVersion = "0.3.5"
val tormentaVersion = "0.6.1"
val tormentaVersion = "0.7.0"

lazy val slf4jVersion = "1.6.6"

Expand Down

0 comments on commit 4c8ef07

Please sign in to comment.