I experience error saying:
Error building classpath. Unable to compare versions for com.fulcrologic/fulcro-i18n: {:mvn/version "1.0.0", :deps/manifest :mvn} and {:git/url "", :git/sha "72f8cbba597de574480ae21322180f0590213e06", :deps/manifest :deps, :deps/root "/home/user/.gitlibs/libs/com.fulcrologic/fulcro-i18n/72f8cbba597de574480ae21322180f0590213e06"}
Here is a minimal repo reproducing the problem:
https://github.com/rynkowsg/bb-deps-versions-error
Is there something I could do about it other then sprinking some :exclusions within the imported repo or overriding these deps in top repo?Maven and git deps can't be compared as versions to determine the newer one to select, so you either need to add exclusions so it's unambiguous, or specify an explicit version as a top dep to avoid the selection