You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scala Native currently only support 2.11. 2.12 support is expected in
the next release but not 2.10. sbt-doge is an sbt plugin that adds two
helpful commands to deal with the crossScalaVersions gaps in the native
project:
- `pls $SCALA_VERSION test`, like `++SCALA_VERSION test` except skip
tests that don't define that SCALA_VERSION in crossScalaVersions.
- `very test`, runs `test` for all projects for all crossScalaVersions
defined for each individual project. Same works for publishing.
0 commit comments