Skip to content

Commit

Permalink
Update clojure dependency, and make it a dev-dependency.
Browse files Browse the repository at this point in the history
That way other projects don't have end up pulling in clj-stacktrace's
preferred clojure version, and can use whatever they please.
  • Loading branch information
joegallo committed Apr 21, 2011
1 parent bb883ac commit 507a0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,5 +1,5 @@
(defproject clj-stacktrace "0.2.1-SNAPSHOT"
:description "More readable stacktraces in Clojure programs."
:url "http://github.com/mmcgrana/clj-stacktrace"
:dependencies [[org.clojure/clojure "1.2.0"]]
:dev-dependencies [[lein-clojars "0.6.0"]])
:dev-dependencies [[org.clojure/clojure "1.2.1"]
[lein-clojars "0.6.0"]])

0 comments on commit 507a0e0

Please sign in to comment.