aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps.edn b/deps.edn
index 461ad9f..d0cb856 100644
--- a/deps.edn
+++ b/deps.edn
@@ -27,6 +27,8 @@
akiroz.re-frame/storage {:mvn/version "0.1.4"}
re-frame-utils/re-frame-utils {:mvn/version "0.1.0"}
nano-id/nano-id {:mvn/version "1.1.0"}
- com.github.scopews/svgreq {:mvn/version "1.1.0"}}
+ com.github.scopews/svgreq {:mvn/version "1.1.0"}
+ funcool/promesa {:mvn/version "11.0.678"}
+ re-promise/re-promise {:mvn/version "0.1.1"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
:run {:main-opts ["-m" "tubo.core"]}}}