Skip to content

Commit

Permalink
Update project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Aug 6, 2013
1 parent 5d5088b commit fdb4a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,6 +1,6 @@
(defproject trammel "0.8.0-SNAPSHOT"
:description "A library providing contracts programming for Clojure."
:dependencies [[org.clojure/clojure "1.5.0"]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/core.contracts "0.0.2"]]
:dev-dependencies [[lein-clojars "0.8.0"]
[jline "0.9.94"]
Expand All @@ -12,6 +12,6 @@
"1.2.1" [[org.clojure/clojure "1.2.1"]]
"1.3" [[org.clojure/clojure "1.3.0"]]
"1.4" [[org.clojure/clojure "1.4.0"]]
"1.5" [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]})
"1.5" [[org.clojure/clojure "1.5.0"]]})

;; lein multi test

0 comments on commit fdb4a3d

Please sign in to comment.