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'm receiving a merge error which I cannot which I cannot assign to any source.
Do you have any advice how to narrow down the problem?
[error] 1 error(s) were encountered during the merge:
[error] java.lang.RuntimeException:
[error] Deduplicate found different file contents in the following:
[error] Project name = myproject, target =
[error] Project name = myproject, target =
[error] Project name = myproject, target =
[error] Project name = myproject, target =
sbt assembly version: 2.1.0
sbt version: 1.8.2
The text was updated successfully, but these errors were encountered:
Sorry for the long delay. I finally found the source.
I had a ./lib folder in the project root, with just some native libraries. No extra references in the build.sbt. It was historically used for unmanaged jars, but meanwhile all are managed.
This caused the error. I renamed the lib-folder and everything works fine.
I'm receiving a merge error which I cannot which I cannot assign to any source.
Do you have any advice how to narrow down the problem?
sbt assembly version: 2.1.0
sbt version: 1.8.2
The text was updated successfully, but these errors were encountered: