From 1aedd5b0a38a5a6776b800f8eea423b17de8482d Mon Sep 17 00:00:00 2001 From: MelKori Date: Sat, 23 Jan 2021 21:18:46 +0200 Subject: [PATCH] update project --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 1daa3e2..742af8d 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject net.tbt-post/zlib-tiny "0.2.3" +(defproject net.tbt-post/zlib-tiny "0.2.4" :description "Tiny Clojure ZLib helper" :url "https://github.com/source-c/zlib-tiny" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :dependencies [[commons-io "2.6"]]) + :dependencies [[commons-io "2.8.0"]])