Bump deps
This commit is contained in:
parent
28c7c42c2a
commit
4c6fe98236
3 changed files with 7 additions and 2 deletions
|
|
@ -7,6 +7,11 @@ A preview of the next release can be installed from
|
||||||
|
|
||||||
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
|
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- Bump SCI to `0.9.45`
|
||||||
|
- Bump edamame to `1.4.28`
|
||||||
|
|
||||||
## 1.12.197 (2024-02-28)
|
## 1.12.197 (2024-02-28)
|
||||||
|
|
||||||
- [#1785](https://github.com/babashka/babashka/issues/1785): Allow subclasses of `Throwable` to have instance methods invoked ([@bobisageek](https://github.com/bobisageek))
|
- [#1785](https://github.com/babashka/babashka/issues/1785): Allow subclasses of `Throwable` to have instance methods invoked ([@bobisageek](https://github.com/bobisageek))
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
:flaky :flaky}
|
:flaky :flaky}
|
||||||
:jvm-opts ["--enable-preview"]
|
:jvm-opts ["--enable-preview"]
|
||||||
:dependencies [[org.clojure/clojure "1.12.0"]
|
:dependencies [[org.clojure/clojure "1.12.0"]
|
||||||
[borkdude/edamame "1.4.27"]
|
[borkdude/edamame "1.4.28"]
|
||||||
[org.clojure/tools.cli "1.0.214"]
|
[org.clojure/tools.cli "1.0.214"]
|
||||||
[cheshire "5.13.0"]
|
[cheshire "5.13.0"]
|
||||||
[nrepl/bencode "1.2.0"]
|
[nrepl/bencode "1.2.0"]
|
||||||
|
|
|
||||||
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7bc5c4f1e35fb18a85005c47d7659213ff7f64e9
|
Subproject commit 58674754c32a18f0d7dbd3de4e021b1dc54c4053
|
||||||
Loading…
Reference in a new issue