Skip to content

Commit

Permalink
updated deps to clojure 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vu3rdd committed Aug 25, 2010
1 parent 95be493 commit 19ce3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"]])
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]])

0 comments on commit 19ce3b0

Please sign in to comment.