From: Ramakrishnan Muthukrishnan Date: Wed, 25 Aug 2010 18:18:25 +0000 (+0530) Subject: updated deps to clojure 1.2.0 X-Git-Url: https://git.rkrishnan.org/module-simplejson.encoder.html?a=commitdiff_plain;h=19ce3b0ef923bf56a66ad74e497179022c96c2b7;p=sicp.git updated deps to clojure 1.2.0 --- diff --git a/project.clj b/project.clj index 650632e..db80cf2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ (defproject sicp "1.0.0-SNAPSHOT" :description "SICP experiments and exercise solutions" - :dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"] - [org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]]) \ No newline at end of file + :dependencies [[org.clojure/clojure "1.2.0"] + [org.clojure/clojure-contrib "1.2.0"]]) \ No newline at end of file