Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenmacbeth committed Aug 9, 2012
1 parent 624ad71 commit b9b0aaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cascalog.elephantdb/project.clj
@@ -1,8 +1,8 @@
(def shared
'[[cascalog "1.9.0-wip10"]
[yieldbot/elephantdb-cascading "0.3.2"]])
'[[cascalog "1.10.0"]
[yieldbot/elephantdb-cascading "0.3.4"]])

(defproject yieldbot/cascalog-elephantdb "0.3.2"
(defproject yieldbot/cascalog-elephantdb "0.3.4"
:source-path "src/clj"
:java-source-path "src/jvm"
:javac-options {:debug "true" :fork "true"}
Expand All @@ -11,4 +11,4 @@
[hadoop-util "0.2.8"]]
:dependencies ~(conj shared '[org.clojure/clojure "1.3.0"])
:multi-deps {"1.2" ~(conj shared '[org.clojure/clojure "1.2.1"])
"1.4" ~(conj shared '[org.clojure/clojure "1.4.0-alpha3"])})
"1.4" ~(conj shared '[org.clojure/clojure "1.4.0"])})

0 comments on commit b9b0aaf

Please sign in to comment.