gorillalabs / hato

An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
1 stars 0 forks source link

Need version 3.x jar files published on Clojars #6

Open rajkrish opened 1 year ago

rajkrish commented 1 year ago

I am unable to use the newer 3.0 version using Leiningen as the newer version is not available on Clojars -

$ lein search gorillalabs/hato
    Searching central ...
    Searching clojars ...
    [gorillalabs/hato "2.0.1"]
      An HTTP client for Clojure, wrapping JDK 11\'s HttpClient, using muuntaja for content format negotiation.

Only the older 2.x version is available there. Please publish official newer 3.x versions on Clojars.org . https://clojars.org/gorillalabs/hato

Thank you.