Fix #137
This commit is contained in:
parent
cc09c6eb59
commit
57f886e3ab
2 changed files with 6 additions and 2 deletions
|
|
@ -9,6 +9,10 @@
|
|||
<!-- - Create Github release with updated links from `doc/links.md` -->
|
||||
<!-- - `bb gh-pages` -->
|
||||
|
||||
## v0.7.28 (2025-09-13)
|
||||
|
||||
- [#137](https://github.com/babashka/scittle/issues/137): fix JS interop with reserved JS keyword (incorrectly munged) by bumping SCI
|
||||
|
||||
## v0.7.27 (2025-08-21)
|
||||
|
||||
- [#95](https://github.com/babashka/scittle/issues/121): support string requires
|
||||
|
|
|
|||
4
deps.edn
4
deps.edn
|
|
@ -1,9 +1,9 @@
|
|||
{:paths ["src" "resources"]
|
||||
:deps
|
||||
{org.clojure/clojure {:mvn/version "1.11.1"}
|
||||
{org.clojure/clojure {:mvn/version "1.12.2"}
|
||||
thheller/shadow-cljs {:mvn/version "3.1.8"}
|
||||
org.babashka/sci {:git/url "https://github.com/babashka/sci"
|
||||
:git/sha "756376056b32198d96dd5b272cee8fc483db60df"}
|
||||
:git/sha "6758ba028da559c536a06becbbedade7b0ba6448"}
|
||||
#_{:local/root "../babashka/sci"}
|
||||
reagent/reagent {:mvn/version "1.1.1"}
|
||||
no.cjohansen/replicant {:mvn/version "2025.03.27"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue