Skip to content

Commit

Permalink
clj-http 0.5.5, Cheshire 4.0.3 (bug fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 23, 2012
1 parent a8d58cb commit 76fc3b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ We encourage all users to upgrade to 1.4, it is a drop-in replacement for the ma
to Neo4J Server. Reported in #6.


### clj-http upgraded to 0.5.2
### clj-http upgraded to 0.5.5

Neocons now uses clj-http 0.5.2.
Neocons now uses clj-http 0.5.5.



Expand Down
13 changes: 8 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
:license {:name "Eclipse Public License"}
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.4.0"]
[cheshire "4.0.2"]
[clj-http "0.5.2"]
[cheshire "4.0.3"]
[clj-http "0.5.5"]
[clojurewerkz/support "0.7.0"]]
:test-selectors {:default (fn [m] (and (not (:time-consuming m))
(not (:http-auth m))
Expand All @@ -23,13 +23,16 @@
:all (constantly true)}
:source-paths ["src/clojure"]
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]}}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]}
:dev {:plugins [[codox "0.6.1"]]
:codox {:sources ["src/clojure"]
:output-dir "doc/api"}}}
:aliases {"all" ["with-profile" "dev:dev,1.3:dev,1.5"]}
:repositories {"sonatype" {:url "http://oss.sonatype.org/content/repositories/releases"
:snapshots false
:releases {:checksum :fail :update :always}}
"sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots"
:snapshots true
:releases {:checksum :fail :update :always}}}
:snapshots true
:releases {:checksum :fail :update :always}}}
:java-source-paths ["src/java"]
:warn-on-reflection true)

0 comments on commit 76fc3b8

Please sign in to comment.