Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jan 6, 2022
1 parent 50bb29e commit 22c2d09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

* v0.6.7 in progress
* Update `build-uber-log4j2-handler` to v0.1.5 and `tools.build` to v0.7.5 for various bug fixes.

* v0.6.6 171d5f1 -- 2022-01-04
* Update `build-uber-log4j2-handler` to v0.1.4 for updated log4j2 dependency.

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps
{io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.4" :git/sha "08b532e"}
{io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.5" :git/sha "55fb6f6"}
slipset/deps-deploy {:mvn/version "0.2.0"}}}
4 changes: 2 additions & 2 deletions slim/deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:deps
{io.github.seancorfield/build-clj-slim {:local/root "../"
:exclusions [slipset/deps-deploy]}
io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.4" :git/sha "08b532e"}}}
io.github.clojure/tools.build {:git/tag "v0.7.5" :git/sha "34727f7"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.5" :git/sha "55fb6f6"}}}

0 comments on commit 22c2d09

Please sign in to comment.