From 9ca5a4d7b6066a33fff56035346f06ed15a597c2 Mon Sep 17 00:00:00 2001 From: Gary Deer Date: Wed, 3 Sep 2014 15:18:33 -0500 Subject: [PATCH] "updated to new version of marginalia" --- project.clj | 4 ++-- src/leiningen/marg.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 5504b57..1e10e3c 100644 --- a/project.clj +++ b/project.clj @@ -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) diff --git a/src/leiningen/marg.clj b/src/leiningen/marg.clj index de5cdf8..cb3f62d 100644 --- a/src/leiningen/marg.clj +++ b/src/leiningen/marg.clj @@ -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