Bump SCI: support set! syntax
This commit is contained in:
parent
c4d7e74d2d
commit
c57a5f9285
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,3 +17,4 @@ gh-pages/
|
|||
/.clj-kondo/.cache
|
||||
/.clj-kondo/rewrite-clj
|
||||
/plugins/demo/resources/public/js/
|
||||
.portal
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
2
deps.edn
2
deps.edn
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue