Bump SCI: support set! syntax

This commit is contained in:
Michiel Borkent 2025-08-12 20:29:50 +02:00
parent c4d7e74d2d
commit c57a5f9285
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -17,3 +17,4 @@ gh-pages/
/.clj-kondo/.cache
/.clj-kondo/rewrite-clj
/plugins/demo/resources/public/js/
.portal

View file

@ -11,6 +11,7 @@
- [#121](https://github.com/babashka/scittle/issues/121): add `cjohansen/dataspex` plugin ([@jeroenvandijk](https://github.com/jeroenvandijk))
- [#118](https://github.com/babashka/scittle/issues/118): add `goog.string/format` ([@jeroenvandijk](https://github.com/jeroenvandijk))
- Support alternative `(set! #js {} -a 1)` CLJS syntax (by bumping SCI)
## v0.7.23 (2025-06-18)

View file

@ -3,7 +3,7 @@
{org.clojure/clojure {:mvn/version "1.11.1"}
thheller/shadow-cljs {:mvn/version "2.20.15"}
org.babashka/sci {:git/url "https://github.com/babashka/sci"
:git/sha "87fa2d2648ef809e8c8c87279c51961dca41ed4d"}
:git/sha "9522bdadafcfbc5b86e3f37117df62634a9d923e"}
#_{:local/root "../babashka/sci"}
reagent/reagent {:mvn/version "1.1.1"}
no.cjohansen/replicant {:mvn/version "2025.03.27"}