Skip to content

Commit 62e749c

Browse files
committed
Bump SCI, add ILookup
1 parent ecb5e05 commit 62e749c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#_{:local/root "../babashka/sci"}
1717
#_{:mvn/version "0.9.44"}
1818
{:git/url "https://github.com/babashka/sci"
19-
:git/sha "9522bdadafcfbc5b86e3f37117df62634a9d923e"}
19+
:git/sha "56104c81cb7a3804f8ee84aa64b313dc7143f30e"}
2020
org.clojure/tools.cli {:mvn/version "1.0.214"}
2121
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
2222
#_#_prismatic/schema {:mvn/version "1.3.0"}

src/nbb/core.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,8 @@
670670
'IWithMeta (sci/copy-var IWithMeta core-ns)
671671
'IMeta (sci/copy-var IMeta core-ns)
672672
'ISeq (sci/copy-var ISeq core-ns)
673-
'INamed (sci/copy-var INamed core-ns)}
673+
'INamed (sci/copy-var INamed core-ns)
674+
'ILookup (sci/copy-var ILookup core-ns)}
674675
'cljs.reader {'read-string (sci/copy-var edn/read-string (sci/create-ns 'cljs.reader))}
675676
'clojure.main {'repl-requires (sci/copy-var
676677
repl-requires

0 commit comments

Comments
 (0)