Skip to content

Commit

Permalink
[yagni] Updating internal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jarvis committed Jun 21, 2015
1 parent 6a5188f commit bed962e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject venantius/yagni "0.1.0"
(defproject venantius/yagni "0.1.1"
:description "A Leiningen plugin for finding dead code."
:url "https://github.com/venantius/yagni"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/yagni.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
walker."
[project & args]
(let [opts (select-keys project [:source-paths :yagni :main])
deps {:dependencies [['venantius/yagni "0.1.0-SNAPSHOT"]]}]
deps {:dependencies [['venantius/yagni "0.1.1"]]}]
(eval-in-project
(merge-profiles project [deps])
`(yagni.core/run-yagni '~opts)
Expand Down

0 comments on commit bed962e

Please sign in to comment.