Upgrade SCI, fixes #47
This commit is contained in:
parent
bb930b7506
commit
3e67519400
2
deps.edn
2
deps.edn
|
@ -3,7 +3,7 @@
|
|||
:deps
|
||||
{org.clojure/clojure {:mvn/version "1.11.1"}
|
||||
org.babashka/sci {:git/url "https://github.com/babashka/sci"
|
||||
:git/sha "914919f248b7e3fc2ec59c435320145f588899d0"}
|
||||
:git/sha "79f905cc7cb2a323d080bec7805df0c9eb8e65d0"}
|
||||
#_{:local/root "../babashka/sci"}
|
||||
reagent/reagent {:mvn/version "1.1.1"}
|
||||
re-frame/re-frame {:mvn/version "1.3.0"}
|
||||
|
|
|
@ -60,8 +60,7 @@
|
|||
(error/error-handler e (:src @!sci-ctx))
|
||||
(throw e))))
|
||||
|
||||
(defn register-plugin! [plug-in-name sci-opts]
|
||||
plug-in-name ;; unused for now
|
||||
(defn register-plugin! [_plug-in-name sci-opts]
|
||||
(swap! !sci-ctx sci/merge-opts sci-opts))
|
||||
|
||||
(defn- eval-script-tags* [script-tags]
|
||||
|
|
Loading…
Reference in a new issue