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

Commit

Permalink
fix short SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Dec 22, 2022
1 parent d758807 commit a82466d
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.9.0 0f1b442 -- 2022-12-22
* v0.9.0 d758807 -- 2022-12-22
* Update `tools.build` to v0.9.0 (and remove the workaround added to `build-clj` in v0.8.5 since [TBUILD-34](https://clojure.atlassian.net/browse/TBUILD-34) has been fixed).
* Update to non-alpha `tools.deps`. _[Note: `build-clj` uses `deps-deploy` which still depends on `tools.deps.alpha`.]_

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ your `:build` alias can just be:

```clojure
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.9.0" :git/sha "0f1b442"}}
{:git/tag "v0.9.0" :git/sha "d758807"}}
:ns-default build}
```

Expand All @@ -39,7 +39,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.9.0" :git/sha "0f1b442"
{:git/tag "v0.9.0" :git/sha "d758807"
;; omits deps-deploy dependency:
:deps/root "slim"}}
:ns-default build}
Expand Down

0 comments on commit a82466d

Please sign in to comment.