Skip to content

Commit

Permalink
Release 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 11, 2024
1 parent d92be15 commit 42d3a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-http "3.12.4-SNAPSHOT"
(defproject clj-http "3.12.4"
:description "A Clojure HTTP library wrapping the Apache HttpComponents client."
:url "https://github.com/dakrone/clj-http/"
:license {:name "The MIT License"
Expand All @@ -25,7 +25,7 @@
[com.cognitect/transit-clj "1.0.324"]
[ring/ring-codec "1.1.3"]
;; other (testing) deps
[org.clojure/clojure "1.10.3"]
[org.clojure/clojure "1.11.1"]
[org.clojure/tools.logging "1.1.0"]
[ring/ring-jetty-adapter "1.9.3"]
[ring/ring-devel "1.9.3"]
Expand Down

0 comments on commit 42d3a38

Please sign in to comment.