Skip to content

Commit

Permalink
update commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Dec 26, 2023
1 parent 17cac92 commit 88a2de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pom.xml.asc
.hg/
.idea/
.gitignore
*.iml
*.iml
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject net.tbt-post/zlib-tiny "0.5.1"
(defproject net.tbt-post/zlib-tiny "0.5.2"
:description "Tiny Clojure ZLib helper"
:url "https://github.com/source-c/zlib-tiny"
:license {:name "Apache License v2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[commons-io "2.13.0"]])
:dependencies [[commons-io "2.15.1"]])

0 comments on commit 88a2de1

Please sign in to comment.