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

Commit

Permalink
prep for 0.3.1 with latest deps-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Sep 17, 2021
1 parent 9379964 commit 996ddfa
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.3.1 -- 2021-09-17
* Update `deps-deploy` to 0.2.0 for latest deps and new Maven settings support.

* v0.3.0 fb11811 -- 2021-09-16
* `:lib` is now optional for `uber` if you pass in `:uber-file`.
* Update `tools.build` to v0.5.0 7d77952 (default basis is now "repro" without user `deps.edn`).
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.3.0" :git/sha "fb11811"}}
{:git/tag "v0.3.1" :git/sha "..."}}
: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.5.0" :git/sha "7d77952"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.0" :git/sha "ab8e499"}
io.github.slipset/deps-deploy {:sha "b4359c5d67ca002d9ed0c4b41b710d7e5a82e3bf"}}}
slipset/deps-deploy {:mvn/version "0.2.0"}}}

0 comments on commit 996ddfa

Please sign in to comment.