X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=project.clj;h=db80cf2144f8236bad91b52847a9ef7b4cb15dd4;hb=16ffd75b36a5dbfbda3da703c2732f8f49208c11;hp=650632e29af68a50555f7cd36b7a3a9ce53fbc1e;hpb=2a81ead1a834722e2c0dc00eabe37a8ea076fe40;p=sicp.git 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