Skip to content

Commit

Permalink
cli 1.7 tested
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinIAC committed Jul 9, 2015
1 parent 2344a95 commit 08053cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
:description "a HTML selector-based (à la CSS) templating and transformation system for Clojure"
:url "http://github.com/cgrand/enlive/"
:profiles {:dev {:resource-paths ["test/resources"]}}
:dependencies [[org.clojure/clojure "1.2.0"]
:dependencies [[org.clojure/clojure "1.7.0"]

This comment has been minimized.

Copy link
@cgrand

cgrand Sep 2, 2015

Owner

@JustinIAC 1.2 is getting pretty old but 1.7 may be too new. Enlive doesn't use any modern feature and the stated Clojure deps was meant more as a "minimal system requirement" than anything else (since the user clojure version takes precedence). So two things: bumping to 1.6 ok and maybe adding a comment to the README or to the project itself to state that teh clojure dep is just a minimum version.

[org.ccil.cowan.tagsoup/tagsoup "1.2.1"]
[org.jsoup/jsoup "1.7.2"]])

0 comments on commit 08053cf

Please sign in to comment.