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]}}}}]