Bump version, update deps
This commit is contained in:
parent
78804d61e8
commit
bb4d772611
1 changed files with 5 additions and 5 deletions
10
project.clj
10
project.clj
|
@ -1,4 +1,4 @@
|
|||
(defproject cryogen-core "0.1.42"
|
||||
(defproject cryogen-core "0.1.43"
|
||||
:description "Cryogen's compiler"
|
||||
:url "https://github.com/cryogen-project/cryogen-core"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
@ -9,9 +9,9 @@
|
|||
[crouton "0.1.2"]
|
||||
[cheshire "5.6.3"]
|
||||
[clj-text-decoration "0.0.3"]
|
||||
[io.aviso/pretty "0.1.27"]
|
||||
[io.aviso/pretty "0.1.33"]
|
||||
[hiccup "1.0.5"]
|
||||
[selmer "1.0.7"]
|
||||
[pandect "0.6.0"]
|
||||
[hawk "0.2.10"]
|
||||
[selmer "1.10.1"]
|
||||
[pandect "0.6.1"]
|
||||
[hawk "0.2.11"]
|
||||
[clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])
|
||||
|
|
Loading…
Reference in a new issue