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
I have a project that's using boot's :checkout env to depend on another one that I auto-update locally.
Behavior:
When boot-lein-generate produces a project.clj, it does not pick up a reference to that project. So any namespaces that use it fail to compile under lein.
What I'd like to see:
I think we should be able to get away with adding this project as another lein dependency. It wouldn't get the auto-update functionality, but it should be enough to enable new team members who are using Cursive. My plan is to do this manually, anyway.
Thanks for a great plugin!
The text was updated successfully, but these errors were encountered:
Current scenario:
I have a project that's using boot's :checkout env to depend on another one that I auto-update locally.
Behavior:
When boot-lein-generate produces a project.clj, it does not pick up a reference to that project. So any namespaces that use it fail to compile under lein.
What I'd like to see:
I think we should be able to get away with adding this project as another lein dependency. It wouldn't get the auto-update functionality, but it should be enough to enable new team members who are using Cursive. My plan is to do this manually, anyway.
Thanks for a great plugin!
The text was updated successfully, but these errors were encountered: