File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ pull request or open an issue if you have any problems
1414[ Clojars] ( http://clojars.org/clj-http ) :
1515
1616``` clojure 
17- [clj-http " 0.3.4 "  ]
17+ [clj-http " 0.3.5 "  ]
1818``` 
1919
2020Previous versions available as
2121
2222``` clojure 
23+ [clj-http " 0.3.4"  ]
2324[clj-http " 0.3.3"  ]
2425[clj-http " 0.3.2"  ]
25- [clj-http " 0.3.1"  ]
2626``` 
2727
2828## Usage  
@@ -271,6 +271,9 @@ Note that if you exclude cheshire, json decoding of response bodies
271271and json encoding of form-params cannot happen, you are responsible
272272for your own encoding/decoding.
273273
274+ As of clj-http 0.3 .5, you should no longer see this, as Cheshire 3.1 .0
275+ and clj-json can now live together without causing problems.
276+ 
274277### clj-http-lite
275278
276279Like clj-http but need something more lightweight without as many
Original file line number Diff line number Diff line change 1- (defproject  clj-http  " 0.3.5-SNAPSHOT " 
1+ (defproject  clj-http  " 0.3.5" 
22  :description  " A Clojure HTTP library wrapping the Apache HttpComponents client." 
33  :url  " https://github.com/dakrone/clj-http/" 
44  :repositories  {" sona"   " http://oss.sonatype.org/content/repositories/snapshots"  }
1010                 [commons-codec " 1.5"  ]
1111                 [commons-io " 2.1"  ]
1212                 [slingshot " 0.10.2"  ]
13-                  [cheshire " 3.0 .0"  ]]
13+                  [cheshire " 3.1 .0"  ]]
1414  :profiles  {:dev  {:dependencies  [[ring/ring-jetty-adapter " 1.0.2"  ]
1515                                  [ring/ring-devel " 1.0.2"  ]]}
1616             :1.2  {:dependencies  [[org.clojure/clojure " 1.2.1"  ]]}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments