updated to latest markdown-clj
This commit is contained in:
parent
c26357ac11
commit
0afc39cf35
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
(defproject cryogen-core "0.1.13"
|
(defproject cryogen-core "0.1.14"
|
||||||
: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"
|
||||||
|
@ -12,6 +12,5 @@
|
||||||
[io.aviso/pretty "0.1.13"]
|
[io.aviso/pretty "0.1.13"]
|
||||||
[hiccup "1.0.5"]
|
[hiccup "1.0.5"]
|
||||||
[selmer "0.7.8"]
|
[selmer "0.7.8"]
|
||||||
[markdown-clj "0.9.61"
|
[markdown-clj "0.9.62"]
|
||||||
:exclusions [com.keminglabs/cljx]]
|
|
||||||
[pandect "0.4.1"]])
|
[pandect "0.4.1"]])
|
||||||
|
|
Loading…
Reference in a new issue