Skip to content

Commit e386925

Browse files
committed
update url of project
1 parent 81c5091 commit e386925

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 0.4.0
2+
3+
- **Feature:** Java 9/10 Compatibility

changelog.org

Lines changed: 0 additions & 8 deletions
This file was deleted.

project.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(defproject clj-http-lite "0.4.0-SNAPSHOT"
22
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
3-
:url "https://github.com/hiredman/clj-http-lite/"
4-
:repositories {"sona" "http://oss.sonatype.org/content/repositories/snapshots"}
3+
:url "https://github.com/martinklepsch/clj-http-lite/"
54
:warn-on-reflection false
65
:dependencies [[org.clojure/clojure "1.6.0"]
76
[slingshot "0.12.1"]]

0 commit comments

Comments
 (0)