- Publish with sbt 1.9.x so that sbt plugins are dual-published with legacy and compliant Maven coordinates.
Unclaimed project
Are you a maintainer of sbt-crossproject? Claim this project to take control of your public changelog and roadmap.
crossProjectBaseDirectory to be an absolute file (like baseDirectory) and to also work in crossProjects with an explicit .in(...) modifier. (#156)This release adds two new settings, intended for read only:
crossProjectCrossType gives access to the CrossType of the enclosing crossProject.crossProjectBaseDirectory gives access to the base directory of the enclosing crossProjectBy "enclosing crossProject", we mean the crossProject that generates the current project. These settings are mostly useful for other sbt pl...
This release adds the following new features:
foo/js-jvm/src/.... The platforms are ordered lexicographically.This version adds the following features:
shared/src/scala-2/ or shared/src/scala-3/, depending on the version of Scalashared/src/resources/enablePlugins, for example jsEnablePluginsIn addition, it contains the two following "meta" changes:...