From 439190b6bf46ccb971c0ec708da38d437f2e331d Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 2 Apr 2017 15:22:01 -0400 Subject: FAQ about linking issues --- doc/faq.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/faq.md (limited to 'doc') diff --git a/doc/faq.md b/doc/faq.md new file mode 100644 index 0000000..37faf40 --- /dev/null +++ b/doc/faq.md @@ -0,0 +1,11 @@ +## How to fix my abstract method errors or other linking errors? + +If the types in the error involve Scala standard library types, +chances are you are mixing dependencies using different Scala versions. +Be aware that `ScalaVersion` is bound to the scalaVersion of the Build +class it is called in. Transferring those objects can easily lead +to version conflicts. We'll try to detect or prevent these in the +future: https://github.com/cvogt/cbt/issues/478 + +It's also possible that you've hit a bug in CBT, but linking related +bugs have been rare since early 2017. -- cgit v1.2.3