New
sbt-crossproject v1.3.0
This release adds two new settings, intended for read only:
crossProjectCrossTypegives access to theCrossTypeof the enclosingcrossProject.crossProjectBaseDirectorygives access to the base directory of the enclosingcrossProject
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.