Bump sci
This commit is contained in:
parent
fd881dd4bd
commit
295cc66ae6
3 changed files with 6 additions and 6 deletions
2
deps.edn
2
deps.edn
|
|
@ -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"}
|
||||||
|
|
|
||||||
|
|
@ -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]}}}}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue