Skip to content

Commit

Permalink
Merge pull request #116 from dominicfreeston/update-dependencies
Browse files Browse the repository at this point in the history
Updated depedencies, including fix for rss feeds newlines
  • Loading branch information
yogthos authored May 5, 2019
2 parents 99b8515 + 2baece0 commit 45deb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[camel-snake-kebab "0.4.0"]
[cheshire "5.8.1"]
[clj-rss "0.2.3"]
[clj-rss "0.2.5"]
[clj-text-decoration "0.0.3"]
[enlive "1.1.6"]
[hawk "0.2.11"]
Expand All @@ -15,6 +15,6 @@
[me.raynes/fs "1.4.6"]
[pandect "0.6.1"]
[prismatic/schema "1.1.10"]
[selmer "1.12.9"]]
[selmer "1.12.12"]]
:deploy-repositories [["snapshots" :clojars]
["releases" :clojars]])

0 comments on commit 45deb3e

Please sign in to comment.