We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cac92 commit 88a2de1Copy full SHA for 88a2de1
.gitignore
@@ -11,4 +11,4 @@ pom.xml.asc
11
.hg/
12
.idea/
13
.gitignore
14
-*.iml
+*.iml
project.clj
@@ -1,6 +1,6 @@
1
-(defproject net.tbt-post/zlib-tiny "0.5.1"
+(defproject net.tbt-post/zlib-tiny "0.5.2"
2
:description "Tiny Clojure ZLib helper"
3
:url "https://github.com/source-c/zlib-tiny"
4
:license {:name "Apache License v2.0"
5
:url "http://www.apache.org/licenses/LICENSE-2.0"}
6
- :dependencies [[commons-io "2.13.0"]])
+ :dependencies [[commons-io "2.15.1"]])
0 commit comments