Skip to content

Commit

Permalink
Removed clojure dependency per #5 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Nov 23, 2011
1 parent 03cfa7e commit dfac9b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
@@ -1,5 +1,4 @@
(defproject lein-marginalia "0.7.0-SNAPSHOT"
:description "Leiningen plugin for Marginalia (http://github.com/fogus/marginalia)."
:dependencies [[org.clojure/clojure "1.3.0"]
[marginalia "0.7.0-SNAPSHOT"]]
:dependencies [[marginalia "0.7.0-SNAPSHOT"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]])

0 comments on commit dfac9b5

Please sign in to comment.