Skip to content

Commit

Permalink
"updated to new version of marginalia"
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeer81 committed Sep 3, 2014
1 parent 407127c commit 9ca5a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject lein-marginalia "0.8.0-SNAPSHOT"
(defproject lein-marginalia "0.8.0"
:description "Leiningen plugin for Marginalia."
:url "http://github.com/fogus/marginalia"
:dependencies [[marginalia "0.8.0-SNAPSHOT"]]
:dependencies [[marginalia "0.8.0"]]
:eval-in :leiningen)

2 changes: 1 addition & 1 deletion src/leiningen/marg.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(eip project form init)
(eip project form nil nil init))))

(def dep ['marginalia "0.8.0-SNAPSHOT"])
(def dep ['marginalia "0.8.0"])

(defn- add-marg-dep [project]
;; Leiningen 2 is a bit smarter about only conjing it in if it
Expand Down

0 comments on commit 9ca5a4d

Please sign in to comment.