From c0a3084d39188793d67f9f31bb7ec1c95eb81274 Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Thu, 4 Feb 2016 15:40:48 -0500 Subject: [PATCH] bumped up dependencies and version --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index fca4341..1c29f99 100644 --- a/project.clj +++ b/project.clj @@ -1,9 +1,9 @@ -(defproject cryogen-core "0.1.32x" +(defproject cryogen-core "0.1.33" :description "Cryogen's compiler" :url "https://github.com/cryogen-project/cryogen-core" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[org.clojure/clojure "1.7.0"] + :dependencies [[org.clojure/clojure "1.8.0"] [clj-rss "0.2.3"] [me.raynes/fs "1.4.6"] [crouton "0.1.2"] @@ -11,6 +11,6 @@ [clj-text-decoration "0.0.3"] [io.aviso/pretty "0.1.21"] [hiccup "1.0.5"] - [selmer "0.9.9"] + [selmer "1.0.0"] [pandect "0.5.4"] [clj-tagsoup "0.3.0" :exclusions [org.clojure/clojure]]])