From 777d905d98c6133433d5f88b4877fdcbc09a5492 Mon Sep 17 00:00:00 2001 From: Aaron Bedra Date: Sat, 30 Apr 2011 14:47:23 -0400 Subject: [PATCH] Updating project to use 1.3 snapshot version to get message bearing assert capabilities --- project.clj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 895a3af..2e8b40e 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,7 @@ (defproject functional-koans "0.4.0" :description "The functional koans" - :dependencies [[org.clojure/clojure "1.3.0-alpha6"] + :dependencies [[org.clojure/clojure "1.3.0-master-SNAPSHOT"] [fresh "1.0.1"] - [jline "0.9.94" :exclusions [junit]]]) + [jline "0.9.94" :exclusions [junit]]] + :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT" :exclusions [org.clojure/clojure]]] + :repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public"})