Skip to content

Commit 42d3a38

Browse files
committed
Release 3.12.4
1 parent d92be15 commit 42d3a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-http "3.12.4-SNAPSHOT"
1+
(defproject clj-http "3.12.4"
22
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
33
:url "https://github.com/dakrone/clj-http/"
44
:license {:name "The MIT License"
@@ -25,7 +25,7 @@
2525
[com.cognitect/transit-clj "1.0.324"]
2626
[ring/ring-codec "1.1.3"]
2727
;; other (testing) deps
28-
[org.clojure/clojure "1.10.3"]
28+
[org.clojure/clojure "1.11.1"]
2929
[org.clojure/tools.logging "1.1.0"]
3030
[ring/ring-jetty-adapter "1.9.3"]
3131
[ring/ring-devel "1.9.3"]

0 commit comments

Comments
 (0)