Update version to 0.1.9 and add asciidoctorj dependency.

This commit is contained in:
Adam Tankanow 2014-12-30 07:29:55 -05:00
parent 68b82be959
commit 1813848919

View file

@ -1,4 +1,4 @@
(defproject cryogen-core "0.1.8"
(defproject cryogen-core "0.1.9"
:description "Cryogen's compiler"
:url "https://github.com/lacarmen/cryogen-core"
:license {:name "Eclipse Public License"
@ -13,4 +13,5 @@
[hiccup "1.0.5"]
[selmer "0.7.8"]
[markdown-clj "0.9.60"
:exclusions [com.keminglabs/cljx]]])
:exclusions [com.keminglabs/cljx]]
[org.asciidoctor/asciidoctorj "1.5.2"]])