Bump core.async to 1.8.735
This commit is contained in:
parent
0b1ee46485
commit
c42fc1e185
6 changed files with 7 additions and 7 deletions
|
|
@ -11,11 +11,11 @@ A preview of the next release can be installed from
|
|||
|
||||
- [#1785](https://github.com/babashka/babashka/issues/1785): Allow subclasses of `Throwable` to have instance methods invoked ([@bobisageek](https://github.com/bobisageek))
|
||||
- [#1791](https://github.com/babashka/babashka/issues/1791): interop problem on Jsoup form element
|
||||
- #1793: Bump `rewrite-clj` to `1.1.49`
|
||||
- [#1793](https://github.com/babashka/babashka/issues/1793): Bump `rewrite-clj` to `1.1.49`
|
||||
- Bump core.async to `1.8.735`
|
||||
- Bump `deps.clj`
|
||||
- Bump `fs`
|
||||
|
||||
|
||||
## 1.12.196 (2024-12-24)
|
||||
|
||||
- [#1771](https://github.com/babashka/babashka/issues/1771): `*e*` in REPL should contain exception thrown by user, not a wrapped one
|
||||
|
|
|
|||
2
deps.edn
2
deps.edn
|
|
@ -25,7 +25,7 @@
|
|||
babashka/babashka.curl {:local/root "babashka.curl"}
|
||||
babashka/fs {:local/root "fs"}
|
||||
babashka/babashka.core {:local/root "babashka.core"}
|
||||
org.clojure/core.async {:mvn/version "1.8.718-beta2"},
|
||||
org.clojure/core.async {:mvn/version "1.8.735"},
|
||||
org.clojure/tools.cli {:mvn/version "1.0.214"},
|
||||
org.clojure/data.csv {:mvn/version "1.0.0"},
|
||||
cheshire/cheshire {:mvn/version "5.13.0"}
|
||||
|
|
|
|||
2
process
2
process
|
|
@ -1 +1 @@
|
|||
Subproject commit be97f9e84daa352e5adb84534ea5c8d2e666fe01
|
||||
Subproject commit 2058c79fb63f80ca71917432eddea73e0c58717c
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
[borkdude/sci.impl.reflector "0.0.3"]
|
||||
[org.babashka/sci.impl.types "0.0.2"]
|
||||
[org.babashka/babashka.impl.java "0.1.10"]
|
||||
[org.clojure/core.async "1.8.718-beta2"]
|
||||
[org.clojure/core.async "1.8.735"]
|
||||
[org.clojure/test.check "1.1.1"]
|
||||
[com.github.clj-easy/graal-build-time "0.1.0"]
|
||||
[rewrite-clj/rewrite-clj "1.1.49"]
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
babashka/babashka.curl {:local/root "babashka.curl"}
|
||||
babashka/fs {:local/root "fs"}
|
||||
babashka/babashka.core {:local/root "babashka.core"}
|
||||
org.clojure/core.async {:mvn/version "1.8.718-beta2"},
|
||||
org.clojure/core.async {:mvn/version "1.8.735"},
|
||||
org.clojure/tools.cli {:mvn/version "1.0.214"},
|
||||
org.clojure/data.csv {:mvn/version "1.0.0"},
|
||||
cheshire/cheshire {:mvn/version "5.13.0"}
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 7bc5c4f1e35fb18a85005c47d7659213ff7f64e9
|
||||
Subproject commit bb544b70ecdf3574bb7600f9203b08041e9d50d0
|
||||
Loading…
Reference in a new issue