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

Commit

Permalink
update tools.build
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Dec 23, 2021
1 parent 9f0a31f commit 972031a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.5 -- 2021-12-23
* Update `tools.build` to v0.7.4 for various enhancements and bug fixes.

* v0.6.4 c21cfde -- 2021-12-22
* Update `tools.build` to v0.7.3 for various enhancements and bug fixes.
* Update `build-uber-log4j2-handler` to v0.1.3 for updated log4j2 dependency.
Expand Down
2 changes: 1 addition & 1 deletion 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.3" :git/sha "2699924"}
{io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.3" :git/sha "f172a86"}
slipset/deps-deploy {:mvn/version "0.2.0"}}}
2 changes: 1 addition & 1 deletion 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.3" :git/sha "2699924"}
io.github.clojure/tools.build {:git/tag "v0.7.4" :git/sha "ac442da"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.3" :git/sha "f172a86"}}}

0 comments on commit 972031a

Please sign in to comment.