Skip to content

Commit b31342d

Browse files
authored
Upgrade SCI (#81)
1 parent 3b14677 commit b31342d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{:paths ["src" "resources"]
22
:deps
33
{reagent/reagent {:mvn/version "1.1.0"}
4-
org.babashka/sci {:mvn/version "0.3.2"}
4+
org.babashka/sci {:mvn/version "0.6.37"}
55
alandipert/storage-atom {:mvn/version "2.0.1"}
66
metosin/reitit {:mvn/version "0.5.13"}
77
applied-science/js-interop {:mvn/version "0.2.5"}
88
lambdaisland/fetch {:mvn/version "1.0.33"}
99
nextjournal/clojure-mode {:git/url "https://github.com/nextjournal/clojure-mode"
10-
:sha "a83c87cd2bd2049b70613f360336a096d15c5518"}}
10+
:git/sha "a83c87cd2bd2049b70613f360336a096d15c5518"}}
1111

1212
:aliases
1313
{:dev

0 commit comments

Comments
 (0)