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

Commit

Permalink
add short shas
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Sep 16, 2021
1 parent 5a12a1a commit e15ca9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.2 -- 2021-09-15
* v0.2.2 5a12a1a -- 2021-09-15
* Address #3 by adding an `uber` task which includes the log4j2 plugins cache conflict handler.
* Added support for many more options that `tools.build` tasks accept.
* Overhaul/expansion of docstrings.
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2" :git/sha "..."}}
{:git/tag "v0.2.2" :git/sha "5a12a1a"}}
:ns-default build}
```

Expand Down

0 comments on commit e15ca9f

Please sign in to comment.