Skip to content

sbt-crossproject v1.3.0

Compare
Choose a tag to compare
@sjrd sjrd released this 06 Apr 09:29
· 9 commits to main since this release
a07d717

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 crossProject

By "enclosing crossProject", we mean the crossProject that generates the current project. These settings are mostly useful for other sbt plugins that want to generically handle crossProjects.