Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Is the meta project also responsible for the compilation of any locally built (i.e non imported) plugins? I believe this is what is happening because sbt itself is failing during the incremental compile stage. Commented Apr 1, 2021 at 13:37
  • 1
    @TerryDactyl Indeed your local custom made sbt plugins as well as downloaded sbt plugins must use the same scala version of the meta project. Commented Apr 1, 2021 at 13:49
  • So - from which file would I control the scala version? Commented Apr 1, 2021 at 14:01
  • @TereyDactyl project/build.sbt Commented Apr 1, 2021 at 14:47
  • Thanks for your help guys. It appears that the relevant file was located under project but not used by project however it was also used elsewhere and therefore compiled using the meta-build and proper-build versions (2.12 and 2.13). Problem now solved. Commented Apr 1, 2021 at 15:05

lang-scala