Skip to content

Commit

Permalink
Updated lein-cucumber version used within eval-in-project
Browse files Browse the repository at this point in the history
  • Loading branch information
nilswloka committed Nov 2, 2012
1 parent 2884190 commit 2c7e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/cucumber.clj
Expand Up @@ -32,7 +32,7 @@
(eval-in-project
(-> project
(update-in [:dependencies] conj
['lein-cucumber "1.0.0"]
['lein-cucumber "1.0.1"]
['info.cukes/cucumber-clojure "1.0.14"])
(update-in [:source-paths] (partial apply conj) glue-paths))
`(do
Expand Down

0 comments on commit 2c7e1a2

Please sign in to comment.