From fb828d9958a58f3321e54d8049a930d426094080 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 29 May 2021 20:04:17 +0200 Subject: [PATCH] Update sci and links --- deps.edn | 2 +- resources/public/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index 3784988..1aca18d 100644 --- a/deps.edn +++ b/deps.edn @@ -3,7 +3,7 @@ :deps {org.clojure/clojure {:mvn/version "1.10.3"} borkdude/sci {:git/url "https://github.com/borkdude/sci" - :sha "5e3538264ad3198dbbd840a5a2ea5ef7ae5103cd"} + :sha "a8505dd4ee0b5cc7e6f6215f1bbc136c6d4ae7ee"} reagent/reagent {:mvn/version "1.0.0"} cljsjs/react {:mvn/version "17.0.2-0"} cljsjs/react-dom {:mvn/version "17.0.2-0"} diff --git a/resources/public/index.html b/resources/public/index.html index a3e3dbc..c7651eb 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -98,6 +98,7 @@ and scittle.reagent.js:

+<script src="https://borkdude.github.io/scittle/js/scittle.js" type="application/javascript"></script>
 <script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
 <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
 <script src="https://borkdude.github.io/scittle/js/scittle.reagent.js" type="application/javascript"></script>