projects
/
sicp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95be493
)
updated deps to clojure 1.2.0
author
Ramakrishnan Muthukrishnan
<vu3rdd@gmail.com>
Wed, 25 Aug 2010 18:18:25 +0000
(23:48 +0530)
committer
Ramakrishnan Muthukrishnan
<vu3rdd@gmail.com>
Wed, 25 Aug 2010 18:18:25 +0000
(23:48 +0530)
project.clj
patch
|
blob
|
history
diff --git
a/project.clj
b/project.clj
index 650632e29af68a50555f7cd36b7a3a9ce53fbc1e..db80cf2144f8236bad91b52847a9ef7b4cb15dd4 100644
(file)
--- 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