Closed honeyAndSw closed 7 years ago
The current open PR will resolve this issue.
Cause of this issue is a name clash that causes sbt to fail.
Each module, vertx-web_2.12 in your case, also needs the corresponding java-version of the same module.
For sbt we now have vertx-web_2.12 and vertx-web visible. Sbt assumes that the later one needs a different Scala-version (
I will close this issue as soon as the current PR has been merged and the new modules are available.
Fixed in current SNAPSHOTs.
Updates for Scala 2.12 break module dependencies, resolved with conflicting cross-version suffixes.
It looks like sbt couldn't differentiate Scala library with _2.12 suffix and Java library without _2.12 suffix.