From 7dc0ba57a2e351813968a3bd27d7ff607263555a Mon Sep 17 00:00:00 2001 From: Jonathan Coveney Date: Fri, 24 Jan 2014 12:15:57 -0800 Subject: [PATCH] Version 0.3.3 --- CHANGES.md | 3 +++ project/Build.scala | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 945a150aa..a1a0f6a12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/project/Build.scala b/project/Build.scala index 59bbb5407..1cbdd0175 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -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( @@ -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"