diff --git a/CHANGELOG.md b/CHANGELOG.md index d16b989..ccdf846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ -- [#107](https://github.com/babashka/scittle/issues/107): add `replicant` plugin. -- [#102](https://github.com/babashka/scittle/issues/102): add `applied-science/js-interop` plugin. -- [#105](https://github.com/babashka/scittle/issues/105): add `goog.string/htmlEscape`. +- [#107](https://github.com/babashka/scittle/issues/107): add `replicant` plugin +- [#102](https://github.com/babashka/scittle/issues/102): add `applied-science/js-interop` plugin +- [#105](https://github.com/babashka/scittle/issues/105): add `goog.string/htmlEscape` +- [#113](https://github.com/babashka/scittle/issues/113): add `unchecked-set` and `unchecked-get` ## v0.6.22 (2024-12-19) diff --git a/deps.edn b/deps.edn index dd088c1..5b8e7fd 100644 --- a/deps.edn +++ b/deps.edn @@ -3,10 +3,9 @@ {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 "1e15f0f6a129ef7512351efc65f7475209d8cc4c"} + :git/sha "87fa2d2648ef809e8c8c87279c51961dca41ed4d"} #_{:local/root "../babashka/sci"} reagent/reagent {:mvn/version "1.1.1"} - no.cjohansen/replicant {:mvn/version "2025.03.27"} re-frame/re-frame {:mvn/version "1.3.0"} cljsjs/react {:mvn/version "18.2.0-1"}