diff --git a/project.clj b/project.clj index 57d65b7..a001dfa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cryogen-core "0.1.51" +(defproject cryogen-core "0.1.52" :description "Cryogen's compiler" :url "https://github.com/cryogen-project/cryogen-core" :license {:name "Eclipse Public License" @@ -14,6 +14,6 @@ [io.aviso/pretty "0.1.33"] [me.raynes/fs "1.4.6"] [pandect "0.6.1"] - [selmer "1.10.5"]] + [selmer "1.10.6"]] :deploy-repositories [["snapshots" :clojars] ["releases" :clojars]])