Skip to content

Commit

Permalink
[Fix #9] Update commons-compress (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield authored Oct 1, 2021
1 parent 96b73d4 commit 04c7b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:sign-releases true}]]

:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
[org.apache.commons/commons-compress "1.20"]
[org.apache.commons/commons-compress "1.21"]
;; this lib is marked as optional in
;; commons-compress, so we need to import it
;; explicitly
Expand Down

0 comments on commit 04c7b1a

Please sign in to comment.