On Thursday, 30 May 2019 at 16:45:45 UTC, Robert M. Münch wrote:
Is there a best practice how I can use a fork if mine of a
project that can be access via "dependencies": {...} so that my
own code is used?
I think that would make it pretty easy to switch between
different versions.
Github introduced package registry. While dub is not supported,
maven is supported and Dub is able to speak Maven.
You may have a try.
https://github.blog/2019-05-10-introducing-github-package-registry/
Kind regards
Andre