Skip to content

Commit

Permalink
Upgrade to latest core.contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Aug 9, 2013
1 parent fdb4a3d commit 858b978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,7 +1,7 @@
(defproject trammel "0.8.0-SNAPSHOT" (defproject trammel "0.8.0-SNAPSHOT"
:description "A library providing contracts programming for Clojure." :description "A library providing contracts programming for Clojure."
:dependencies [[org.clojure/clojure "1.5.1"] :dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/core.contracts "0.0.2"]] [org.clojure/core.contracts "0.0.4"]]
:dev-dependencies [[lein-clojars "0.8.0"] :dev-dependencies [[lein-clojars "0.8.0"]
[jline "0.9.94"] [jline "0.9.94"]
[swank-clojure "1.4.2"] [swank-clojure "1.4.2"]
Expand Down

0 comments on commit 858b978

Please sign in to comment.