sbt-crossproject v1.1.0
This version adds the following features:
- Add support for shared epoch-dependent directories:
shared/src/scala-2/
orshared/src/scala-3/
, depending on the version of Scala - Add support for shared resource directories:
shared/src/resources/
- Add platform-dependent variants of
enablePlugins
, for examplejsEnablePlugins
In addition, it contains the two following "meta" changes:
- Configure
versionScheme
to"semver-spec"
- Publish to Maven Central instead of Bintray