Fix #1676: support latest release of at-at lib
This commit is contained in:
parent
0685424ac3
commit
2bf95f60e7
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
- [#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
|
||||
- [#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 `fs`
|
||||
- Bump `process`
|
||||
|
|
|
|||
|
|
@ -756,6 +756,8 @@
|
|||
javax.net.ssl.SSLSocket
|
||||
(instance? java.lang.Thread v)
|
||||
java.lang.Thread
|
||||
(instance? java.util.concurrent.ThreadFactory v)
|
||||
java.util.concurrent.ThreadFactory
|
||||
(instance? java.security.cert.X509Certificate v)
|
||||
java.security.cert.X509Certificate
|
||||
(instance? java.io.Console v)
|
||||
|
|
|
|||
Loading…
Reference in a new issue