Fork me on GitHub
#tools-deps
<
2018-11-18
>
ro600:11:52

as tools.deps stands today, if I'm co-developing an app+library locally, do I need to cycle my clj repl to refresh changes from the library?

Alex Miller (Clojure team)00:11:17

Depends but you can probably just reload the namespace

dominicm06:11:44

@robert.mather.rmm tools.namespace refresh will reload namespaces in local libraries.

👍 4