We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c5091 commit e386925Copy full SHA for e386925
CHANGELOG.md
@@ -0,0 +1,3 @@
1
+### 0.4.0
2
+
3
+- **Feature:** Java 9/10 Compatibility
changelog.org
project.clj
@@ -1,7 +1,6 @@
(defproject clj-http-lite "0.4.0-SNAPSHOT"
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
- :url "https://github.com/hiredman/clj-http-lite/"
4
- :repositories {"sona" "http://oss.sonatype.org/content/repositories/snapshots"}
+ :url "https://github.com/martinklepsch/clj-http-lite/"
5
:warn-on-reflection false
6
:dependencies [[org.clojure/clojure "1.6.0"]
7
[slingshot "0.12.1"]]
0 commit comments