[error] Modules were resolved with conflicting cross-version suffixes in {file:/Users/martin/Documents/Projects/Duhemm/sbt/}sbt:
[error] org.scalareflect:scalahost-runtime _2.11.0, _2.9.2, _2.10.4, _2.8.2, _2.9.3
The problem comes from the project `sbtSub` that depends on `compileInterfaceSub` and all the `precompiled2xx`. As a result, `sbtSub` will depend on all these different versions of `scalahost-runtime`.
Unfortunately, this library must be cross compiled for each version of Scala. Using a generic version won't work since it uses, among others, `Attachments` that seem to have been moved around in the Scala compiler.
Is there a way to make use of this library in this subproject ? Thank you !
--
You received this message because you are subscribed to the Google Groups "sbt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sbt-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sbt-dev/e366dba6-bec7-4a9e-aed2-df38433cb4dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sbt-dev/CAD%2BExrL7PnOnxZpWdMfWjKWb9rCsycuWXKZpnhVr56-YhN9T8g%40mail.gmail.com.
Maybe there could be another, seamless way of achieving this? I mean, this starts looking a bit too much in comparison with a solution that just casts its way to the list of symbols stored in an attachment.
--
You received this message because you are subscribed to the Google Groups "sbt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sbt-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sbt-dev/449e0877-1d70-4053-b3ec-9cfca138ca25%40googlegroups.com.