Skip to content

Commit

Permalink
Don't use version ranges, depend on Clojure 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Mar 22, 2013
1 parent 4177e7f commit da3c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-clojure-core/project.clj
@@ -1,6 +1,6 @@
(defproject metrics-clojure "0.10.0-SNAPSHOT"
:description "A Clojure façade for Coda Hale's metrics library."
:dependencies [[org.clojure/clojure "[1.2.1,1.4.0]"]
:dependencies [[org.clojure/clojure "1.5.1"]
[com.yammer.metrics/metrics-core "2.2.0"]]
:repositories {"repo.codahale.com" "http://repo.codahale.com"
;; to get Clojure snapshots
Expand Down

0 comments on commit da3c1df

Please sign in to comment.