Skip to content

Commit

Permalink
Updated clojure and leiningen-core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nilswloka committed Jan 28, 2013
1 parent 12c7abb commit d1b44f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,8 +1,8 @@
(defproject lein-cucumber "1.0.2"
:description "Run cucumber-jvm specifications with leiningen"
:dependencies [[info.cukes/cucumber-clojure "1.1.1"]
[leiningen-core "2.0.0-preview10"]
[org.clojure/clojure "1.5.0-RC1"]]
[leiningen-core "2.0.0"]
[org.clojure/clojure "1.5.0-RC3"]]
:profiles {:cucumber {:dependencies [[commons-io "2.0"]]
:plugins [[lein-cucumber "1.0.2"]]}}
:eval-in :leiningen
Expand Down

1 comment on commit d1b44f7

@kkebb
Copy link

@kkebb kkebb commented on d1b44f7 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There hasn't been a new release of lein-cucumber since the updated project.clj file. Are you planning on updating the plugin anytime soon?

Please sign in to comment.