Skip to content

sbt-crossproject v1.1.0

Compare
Choose a tag to compare
@sjrd sjrd released this 05 Jul 08:47

This version adds the following features:

  • Add support for shared epoch-dependent directories: shared/src/scala-2/ or shared/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 example jsEnablePlugins

In addition, it contains the two following "meta" changes:

  • Configure versionScheme to "semver-spec"
  • Publish to Maven Central instead of Bintray