From e819193db1b0739c2daa8cff00bf077b52d03afe Mon Sep 17 00:00:00 2001 From: Jeroen van Dijk Date: Mon, 14 Jul 2025 18:38:50 +0300 Subject: [PATCH] Making dependency on datascript explicit --- plugins/dataspex/src/scittle_plugin.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dataspex/src/scittle_plugin.edn b/plugins/dataspex/src/scittle_plugin.edn index 4e1c64e..af629e2 100644 --- a/plugins/dataspex/src/scittle_plugin.edn +++ b/plugins/dataspex/src/scittle_plugin.edn @@ -4,5 +4,5 @@ :shadow-config {:modules {:scittle.dataspex {:init-fn scittle.dataspex/init - :depends-on #{:scittle} + :depends-on #{:scittle :scittle.datascript} :entries [dataspex.core]}}}}]