From 787ec1a63a635e07cae9f22a58ae926bdb5692e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ragnar=20Dahl=C3=A9n?= Date: Fri, 8 Mar 2013 08:09:29 +0000 Subject: [PATCH] Bump clojure and core.logic deps --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index c797622..86936d4 100644 --- a/project.clj +++ b/project.clj @@ -5,8 +5,8 @@ :url "http://www.eclipse.org/legal/epl-v10.html" :distribution :repo :comments "Contact if any questions"} - :dependencies [[org.clojure/clojure "1.5.0-beta1"] - [org.clojure/core.logic "0.8.0-beta2"] + :dependencies [[org.clojure/clojure "1.5.0"] + [org.clojure/core.logic "0.8.0-rc2"] [org.clojure/tools.namespace "0.2.1"] [org.clojure/tools.cli "0.2.2"]] :dev-dependencies [[lein-marginalia "0.7.0"]]