Compare commits

...

4 commits
wip ... master

View file

@ -1,15 +1,15 @@
(defproject clj-htmltopdf "0.2" (defproject clj-htmltopdf "0.2.1"
:description "Simple Clojure wrapper for Open HTML to PDF" :description "Simple Clojure wrapper for Open HTML to PDF"
:url "https://github.com/gered/clj-htmltopdf" :url "https://github.com/gered/clj-htmltopdf"
:license {:name "GNU Lesser General Public License v3.0" :license {:name "GNU Lesser General Public License v3.0"
:url "https://www.gnu.org/licenses/lgpl.html"} :url "https://www.gnu.org/licenses/lgpl.html"}
:dependencies [[com.openhtmltopdf/openhtmltopdf-core "1.0.8"] :dependencies [[com.openhtmltopdf/openhtmltopdf-core "1.0.10"]
[com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.8"] [com.openhtmltopdf/openhtmltopdf-pdfbox "1.0.10"]
[com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.8"] [com.openhtmltopdf/openhtmltopdf-rtl-support "1.0.10"]
[com.openhtmltopdf/openhtmltopdf-svg-support "1.0.8"] [com.openhtmltopdf/openhtmltopdf-svg-support "1.0.10"]
[org.jsoup/jsoup "1.12.1"] [org.jsoup/jsoup "1.15.3"]
[commons-io/commons-io "2.6"] [commons-io/commons-io "2.11.0"]
[hiccup "1.0.5"]] [hiccup "1.0.5"]]
:resource-paths ["resources"] :resource-paths ["resources"]