Fix #1707: support aset on primitive array
This commit is contained in:
parent
ecb0fa5cac
commit
0685424ac3
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ A preview of the next release can be installed from
|
|||
- [#1719](https://github.com/babashka/babashka/issues/1719): add new clojure 1.12 `clojure.repl.deps` namespace. Only calls with explicit versions are supported.
|
||||
- [#1598](https://github.com/babashka/babashka/issues/1598): use Rosetta on CircleCI to build x64 images
|
||||
- [#1716](https://github.com/babashka/babashka/issues/1716): expose `babashka.http-client.interceptors` namespace
|
||||
- [#1707](https://github.com/babashka/babashka/issues/1707): support `aset` on primitive array
|
||||
- Bump SCI
|
||||
- Bump `fs`
|
||||
- Bump `process`
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit f766255d14647d46486546dc6afce1ae1bcd2c7b
|
||||
Subproject commit 3657f5ee9052d3a1c4cfd79e335ab71486e46664
|
||||
Loading…
Reference in a new issue