Update version to 0.1.9 and add asciidoctorj dependency.
This commit is contained in:
parent
68b82be959
commit
1813848919
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
(defproject cryogen-core "0.1.8"
|
(defproject cryogen-core "0.1.9"
|
||||||
:description "Cryogen's compiler"
|
:description "Cryogen's compiler"
|
||||||
:url "https://github.com/lacarmen/cryogen-core"
|
:url "https://github.com/lacarmen/cryogen-core"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
@ -13,4 +13,5 @@
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[selmer "0.7.8"]
|
[selmer "0.7.8"]
|
||||||
[markdown-clj "0.9.60"
|
[markdown-clj "0.9.60"
|
||||||
:exclusions [com.keminglabs/cljx]]])
|
:exclusions [com.keminglabs/cljx]]
|
||||||
|
[org.asciidoctor/asciidoctorj "1.5.2"]])
|
||||||
|
|
Loading…
Reference in a new issue