From 159f41b5064c38d132146de97c31f5ae1f3df231 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Mon, 27 Feb 2012 14:52:11 -0800 Subject: [PATCH] bump dep to 0.7.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 841388f..3469e59 100644 --- a/project.clj +++ b/project.clj @@ -15,6 +15,6 @@ [org.twitter4j/twitter4j-stream "2.2.5-SNAPSHOT"] ] - :dev-dependencies [[storm "0.7.0-rc"] + :dev-dependencies [[storm "0.7.0"] ])