Skip to content

Commit

Permalink
Bump Leiningen requirement to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 18, 2014
1 parent 55bc9cd commit 455f188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,6 +1,6 @@
(defproject clojurewerkz/urly "2.0.0-SNAPSHOT"
:description "A tiny Clojure library that parses URIs, URLs and relative values that real world HTML may contain"
:min-lein-version "2.4.3"
:min-lein-version "2.5.0"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.6.0"]
[com.google.guava/guava "18.0"]]
Expand Down

0 comments on commit 455f188

Please sign in to comment.