kit-clj / modules

Official Kit modules
https://kit-clj.github.io/
10 stars 11 forks source link

Dependency issue between htmx and simpleui modules #26

Closed aleixmorgadas closed 8 months ago

aleixmorgadas commented 8 months ago

I identified an issue when I installed both modules.

It causes the project to break with the next error:

Could not locate hiccup2/core__init.class, hiccup2/core.clj

I fixed it by upgrading the dependency on my deps.edn to the newest version of hiccup.

yogthos commented 8 months ago

Thanks for the heads up, I've bumped up hiccup version for the htmx module.