Skip to content

Commit

Permalink
Moved to working version of guzheng
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrnbrg committed Sep 24, 2012
1 parent 5ce6e06 commit c97c3ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-guzheng "0.4.0"
(defproject lein-guzheng "0.4.1"
:description "This creates a lein plugin for guzheng"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down
4 changes: 2 additions & 2 deletions src/leiningen/guzheng.clj
Expand Up @@ -90,7 +90,7 @@
;main task. For some reason, it seems that the test task reset the project
;map.
(let [project (-> project
(update-in [:dependencies] conj ['guzheng "1.2.1"])
(update-in [:dependencies] conj ['guzheng "1.2.2"])
(update-in [:injections] conj hooke-injection))]
(f project
(instrument-form form *instrumented-nses* true)
Expand All @@ -102,7 +102,7 @@
with the given namespaces instrumented."
[project & args]
(let [project (-> project
(update-in [:dependencies] conj ['guzheng "1.2.1"]))
(update-in [:dependencies] conj ['guzheng "1.2.2"]))
[nses [_ subtask & sub-args]] (split-ns-subtask args)
[eip two?] (lein-probe)
apply-task (if two?
Expand Down

0 comments on commit c97c3ed

Please sign in to comment.