Fix #1676: support latest release of at-at lib

This commit is contained in:
Michiel Borkent 2024-09-12 18:43:16 +02:00
parent 0685424ac3
commit 2bf95f60e7
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ A preview of the next release can be installed from
- [#1598](https://github.com/babashka/babashka/issues/1598): use Rosetta on CircleCI to build x64 images - [#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 - [#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 - [#1707](https://github.com/babashka/babashka/issues/1707): support `aset` on primitive array
- [#1676](https://github.com/babashka/babashka/issues/1676): Restore compatibilty with newest [at-at](https://github.com/overtone/at-at/) version (1.3.58)
- Bump SCI - Bump SCI
- Bump `fs` - Bump `fs`
- Bump `process` - Bump `process`

View file

@ -756,6 +756,8 @@
javax.net.ssl.SSLSocket javax.net.ssl.SSLSocket
(instance? java.lang.Thread v) (instance? java.lang.Thread v)
java.lang.Thread java.lang.Thread
(instance? java.util.concurrent.ThreadFactory v)
java.util.concurrent.ThreadFactory
(instance? java.security.cert.X509Certificate v) (instance? java.security.cert.X509Certificate v)
java.security.cert.X509Certificate java.security.cert.X509Certificate
(instance? java.io.Console v) (instance? java.io.Console v)