lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
627 stars 52 forks source link

Fix recent deps warning #76

Closed wilkerlucio closed 3 years ago

wilkerlucio commented 3 years ago

Recent versions of deps trigger a warning when dependencies don't have a namespace:

DEPRECATED: Libs must be qualified, change cljs-bean => cljs-bean/cljs-bean (.../helix/deps.edn)
lilactown commented 3 years ago

Thanks!