This commit is contained in:
mynomoto 2023-11-20 10:21:33 -03:00
parent fd881dd4bd
commit 295cc66ae6
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
{org.clojure/clojure {:mvn/version "1.11.1"} {org.clojure/clojure {:mvn/version "1.11.1"}
thheller/shadow-cljs {:mvn/version "2.20.15"} thheller/shadow-cljs {:mvn/version "2.20.15"}
org.babashka/sci {:git/url "https://github.com/babashka/sci" org.babashka/sci {:git/url "https://github.com/babashka/sci"
:git/sha "8da8f44c41f507e56256b23d0a05c0172d881859"} :git/sha "3e4689f5163c825ba6fd3085d08b0f95eee00c40"}
#_{:local/root "../babashka/sci"} #_{:local/root "../babashka/sci"}
reagent/reagent {:mvn/version "1.1.1"} reagent/reagent {:mvn/version "1.1.1"}
re-frame/re-frame {:mvn/version "1.3.0"} re-frame/re-frame {:mvn/version "1.3.0"}

View file

@ -7,7 +7,7 @@
{:modules {:modules
{:scittle.hoplon {:init-fn scittle.hoplon/init {:scittle.hoplon {:init-fn scittle.hoplon/init
:depends-on #{:scittle :scittle.javelin} :depends-on #{:scittle :scittle.javelin}
:entries [hoplon.core hoplon.goog]} :entries [hoplon.core hoplon.dom]}
:scittle.javelin {:init-fn scittle.javelin/init :scittle.javelin {:init-fn scittle.javelin/init
:depends-on #{:scittle} :depends-on #{:scittle}
:entries [javelin.core]}}}}] :entries [javelin.core]}}}}]