I'm concurrently working on two projects A and B, where A depends on B.
When I make changes to B and push them with 'publish-local', I can't figure how to update the library in project A. I used `retrieveManaged := true`, and running `update` doesn't seem to do the trick. The only thing that works is `clean`, but that removes the whole build, thus successive compilation takes long time.
Is there a way to force the update?
Project B has version `0.10-SNAPSHOT`, so I thought xsbt should pull it every time I run `update`...
Thanks, -sciss-
> --
> You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
> To post to this group, send email to simple-b...@googlegroups.com.
> To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
>