Update project.clj
This commit is contained in:
parent
e6ee1012d8
commit
2df8fdec31
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.7.0"]
|
:dependencies [[org.clojure/clojure "1.7.0"]
|
||||||
[clj-rss "0.2.0"]
|
[clj-rss "0.2.3"]
|
||||||
[me.raynes/fs "1.4.6"]
|
[me.raynes/fs "1.4.6"]
|
||||||
[crouton "0.1.2"]
|
[crouton "0.1.2"]
|
||||||
[cheshire "5.5.0"]
|
[cheshire "5.5.0"]
|
||||||
[clj-text-decoration "0.0.3"]
|
[clj-text-decoration "0.0.3"]
|
||||||
[io.aviso/pretty "0.1.18"]
|
[io.aviso/pretty "0.1.18"]
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[selmer "0.8.8"]
|
[selmer "0.9.2"]
|
||||||
[pandect "0.5.2"]
|
[pandect "0.5.2"]
|
||||||
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|
||||||
|
|
Loading…
Reference in a new issue