From d502799a9354f70d782bd35d4ff979f08773bfa4 Mon Sep 17 00:00:00 2001 From: Carmen La Date: Wed, 1 Feb 2017 23:17:27 -0500 Subject: [PATCH] Update deps --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]])