From 08053cf81eabecc747d73417f40889a20c4d1d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Serres?= Date: Fri, 10 Jul 2015 01:23:34 +0200 Subject: [PATCH] cli 1.7 tested --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 78a173a..fda438f 100644 --- a/project.clj +++ b/project.clj @@ -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"] [org.ccil.cowan.tagsoup/tagsoup "1.2.1"] [org.jsoup/jsoup "1.7.2"]])