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

Commit

Permalink
prep for v0.9.1; update tools.build
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jan 14, 2023
1 parent a82466d commit 831c70f
Show file tree
Hide file tree
Showing 4 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.9.1 -- 2023-01-14
* Update `tools.build` to v0.9.1.

* 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 "d758807"}}
{:git/tag "v0.9.1" :git/sha "..."}}
: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 "d758807"
{:git/tag "v0.9.1" :git/sha "..."
;; omits deps-deploy dependency:
:deps/root "slim"}}
:ns-default build}
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.9.0" :git/sha "8c93e0c"}
{io.github.clojure/tools.build {:git/tag "v0.9.1" :git/sha "27ff8a4"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.5" :git/sha "55fb6f6"}
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.9.0" :git/sha "8c93e0c"}
io.github.clojure/tools.build {:git/tag "v0.9.1" :git/sha "27ff8a4"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.5" :git/sha "55fb6f6"}}}

0 comments on commit 831c70f

Please sign in to comment.