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

Commit

Permalink
update version/SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Dec 22, 2021
1 parent c21cfde commit 9f0a31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

* v0.6.4 -- 2021-12-22
* 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ your `:build` alias can just be:

```clojure
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.6.3" :git/sha "9b8e09b"}}
{:git/tag "v0.6.4" :git/sha "c21cfde"}}
:ns-default build}
```

Expand All @@ -35,7 +35,7 @@ not building JAR files at all) -- then you can specify a "slim" entry point to

```clojure
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.6.3" :git/sha "9b8e09b"
{:git/tag "v0.6.4" :git/sha "c21cfde"
;; omits deps-deploy dependency:
:deps/root "slim"}}
:ns-default build}
Expand Down

0 comments on commit 9f0a31f

Please sign in to comment.