deps.clj: tools jar upgrade
This commit is contained in:
parent
11379deca1
commit
73426de206
2 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
For a list of breaking changes, check [here](#breaking-changes).
|
||||
|
||||
## Unreleased
|
||||
|
||||
- Deps.clj: upgrade tools jar, support checking manifest staleness (see [TDEPS-83](https://clojure.atlassian.net/browse/TDEPS-83))
|
||||
- Add `clojure.lang.IPersistentList` ([@FieryCod](https://github.com/FieryCod))
|
||||
- The [contajners](https://github.com/lispyclouds/contajners) library is now compatible with babashka
|
||||
- Support `Object` `toString` override on defrecords [#999](https://github.com/babashka/babashka/issues/999)
|
||||
|
||||
## 0.6.4
|
||||
|
||||
- Fix for `DEPS_CLJ_TOOLS_VERSION` introduced in deps.clj bundled in 0.6.3
|
||||
|
|
|
|||
2
deps.clj
2
deps.clj
|
|
@ -1 +1 @@
|
|||
Subproject commit 4ffd8d3fc81c04194f51ef3cb290ed99cb47925c
|
||||
Subproject commit 2d610de8d6d3f68693f5751df95d5df44b15020e
|
||||
Loading…
Reference in a new issue