You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With commit c271a55 we switched to using pomegranate for grabbing dependencies. This is great, but it means that we need to pass a list of repositories to pomegranate. Right now, I'm just using the default list of clojars and central, but we need to extend this in two ways:
Support a :repositories key in the params map that overrides the default (make sure that the default is also available there so that we can include it).
When run under leiningen, take the :repositories value from the project.
The text was updated successfully, but these errors were encountered:
With commit c271a55 we switched to using pomegranate for grabbing dependencies. This is great, but it means that we need to pass a list of repositories to pomegranate. Right now, I'm just using the default list of clojars and central, but we need to extend this in two ways:
The text was updated successfully, but these errors were encountered: