Bump fs
This commit is contained in:
parent
158b36c645
commit
1fc8ef6adb
4 changed files with 7 additions and 3 deletions
|
|
@ -7,6 +7,10 @@ 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 `fs` to `0.5.25`
|
||||||
|
|
||||||
## 1.12.200 (2025-04-26)
|
## 1.12.200 (2025-04-26)
|
||||||
|
|
||||||
- Improve Java reflection based on provided type hints (read blog post [here](https://blog.michielborkent.nl/babashka-java-reflection-type-hints.html))
|
- Improve Java reflection based on provided type hints (read blog post [here](https://blog.michielborkent.nl/babashka-java-reflection-type-hints.html))
|
||||||
|
|
|
||||||
2
fs
2
fs
|
|
@ -1 +1 @@
|
||||||
Subproject commit 64b1c198576fe7babea5500ce6c7cfe6cc92f37b
|
Subproject commit 854c16818c69278f206b5c446d7b467706ee4542
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
org.clj-commons/hickory {:git/url "https://github.com/clj-commons/hickory"
|
org.clj-commons/hickory {:git/url "https://github.com/clj-commons/hickory"
|
||||||
:git/sha "9385b6708ef35f161732d8464b3a3aa57dd79f30"}
|
:git/sha "9385b6708ef35f161732d8464b3a3aa57dd79f30"}
|
||||||
com.potetm/fusebox {:git/url "https://github.com/potetm/fusebox"
|
com.potetm/fusebox {:git/url "https://github.com/potetm/fusebox"
|
||||||
:git/sha "2f42391868c82c193628bec8922f8735ae3cac66"}}
|
:git/sha "ac6d6a0a69510b009b3c1bb2247cd110fd9f7246"}}
|
||||||
:classpath-overrides {org.clojure/clojure nil
|
:classpath-overrides {org.clojure/clojure nil
|
||||||
org.clojure/spec.alpha nil}}
|
org.clojure/spec.alpha nil}}
|
||||||
:clj-nvd
|
:clj-nvd
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
edn/read-string)
|
edn/read-string)
|
||||||
deps (:deps deps)
|
deps (:deps deps)
|
||||||
deps (assoc deps
|
deps (assoc deps
|
||||||
'babashka/fs {:mvn/version "0.5.24"}
|
'babashka/fs {:mvn/version "0.5.25"}
|
||||||
'babashka/babashka.curl {:mvn/version "0.1.2"}
|
'babashka/babashka.curl {:mvn/version "0.1.2"}
|
||||||
'babashka/babashka.core {:git/url "https://github.com/babashka/babashka.core"
|
'babashka/babashka.core {:git/url "https://github.com/babashka/babashka.core"
|
||||||
:git/sha "52a6037bd4b632bffffb04394fb4efd0cdab6b1e"}
|
:git/sha "52a6037bd4b632bffffb04394fb4efd0cdab6b1e"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue