Skip to content

Commit

Permalink
Remove clj deps, update other deps. Add url to project
Browse files Browse the repository at this point in the history
  • Loading branch information
wjlroe committed Aug 28, 2012
1 parent 0795193 commit 5100ae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@ pom.xml
*jar *jar
lib lib
classes classes
target
.lein-failures
11 changes: 5 additions & 6 deletions project.clj
@@ -1,8 +1,7 @@
(defproject clj-exceptional "0.7.1" (defproject clj-exceptional "0.7.1"
:description "Clojure client for Exceptional http://getexceptional.com" :description "Clojure client for Exceptional http://getexceptional.com"
:dependencies [[org.clojure/clojure "1.2.0"] :url "https://github.com/zkim/clj-exceptional"
[org.clojure/clojure-contrib "1.2.0"] :dependencies [[cheshire "4.0.1"]
[cheshire "1.1.0"] [clj-http "0.4.0"]]
[clj-http "0.1.3"]] :profiles {:dev {:dependencies [[swank-clojure "1.2.0"]
:dev-dependencies [[swank-clojure "1.2.0"] [lein-clojars "0.6.0"]]}})
[lein-clojars "0.6.0"]])

0 comments on commit 5100ae7

Please sign in to comment.