Skip to content

Commit

Permalink
build: bump charred (1.033), commons-compress (1.25.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Dec 14, 2023
1 parent fb45faf commit 66160c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# tools.io Changelog

## Unreleased
### Changed
* bump charred 1.033, commons-compress 1.25.0.

## 0.3.35 (2023/11/02)
### Fixed
* read-jsons-file parameters to charred.

## 0.3.34 (2023/11/02)
### Changed
* Avoid deconstruction on sizeof default config.

## 0.3.33 (2023/11/02)
### Added
* Add `sizeof` function

## 0.3.32 (2023/09/21)
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
[clj-commons/clj-yaml "1.0.27"]
[com.cnuernber/charred "1.032"]
[org.apache.commons/commons-compress "1.24.0"]]
[com.cnuernber/charred "1.033"]
[org.apache.commons/commons-compress "1.25.0"]]
;; https://www.blog.nodrama.io/travis-continuous-delivery/
;; https://github.com/technomancy/leiningen/issues/2307#issuecomment-610538144
:deploy-repositories [["snapshots" {:url "https://repo.clojars.org"
Expand Down

0 comments on commit 66160c0

Please sign in to comment.