Skip to content

Commit

Permalink
upgrade guava to v13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Aug 10, 2012
1 parent b647f8f commit f6b56d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject storm "0.8.1-wip2-SNAPSHOT"
(defproject storm "0.8.1-experimental-wip2"
:source-path "src/clj"
:test-path "test/clj"
:java-source-path "src/jvm"
Expand Down Expand Up @@ -27,6 +27,7 @@
[storm/tools.cli "0.2.2"]
[com.googlecode.disruptor/disruptor "2.10.1"]
[storm/jgrapht "0.8.3"]
[com.google.guava/guava "13.0"]
]
:dev-dependencies [
[swank-clojure "1.4.0-SNAPSHOT" :exclusions [org.clojure/clojure]]
Expand Down

0 comments on commit f6b56d2

Please sign in to comment.