Skip to content

Commit

Permalink
Upgrade to marg 071
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Jun 10, 2012
1 parent 1664193 commit a0c9e3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ pom.xml
/lib/ /lib/
/classes/ /classes/
.lein-deps-sum .lein-deps-sum
docs
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,15 +6,15 @@


### Leiningen 2 ### Leiningen 2


Add `[lein-marginalia "0.7.0"]` to the `:plugins` entry in Add `[lein-marginalia "0.7.1"]` to the `:plugins` entry in
either your project.clj file or your `:user` profile. either your project.clj file or your `:user` profile.


### Leiningen 1 ### Leiningen 1


Add `[lein-marginalia "0.7.0"]` to your project.clj's Add `[lein-marginalia "0.7.1"]` to your project.clj's
`:dev-dependencies` or, install lein-marginalia as a user-level `:dev-dependencies` or, install lein-marginalia as a user-level
leiningen plugin by running leiningen plugin by running
`$ lein plugin install lein-marginalia 0.7.0`. `$ lein plugin install lein-marginalia 0.7.1`.


## Usage ## Usage


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


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


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

0 comments on commit a0c9e3b

Please sign in to comment.