com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
758 stars 117 forks source link

Default scalaVersion not overriden in build #117

Closed stewSquared closed 8 years ago

stewSquared commented 8 years ago

Default scalaVersion of 2.10 is being overridden on a project-by-project basis, but is never set in the root project. I get multiple errors of this type when using this project with Ensime:

[error] You have a different version of scala for your build (2.10.4) and <project-name>.
[error] It is highly likely that this is a mistake with your configuration.
[error] Please read https://github.com/ensime/ensime-sbt/issues/138

See this issue on ensime-sbt for more details.