sbt.librarymanagement.CrossVersion
Cross-versions a module with the result of applying remapVersion to the full version. For example, if remapVersion = v => "2.10" and the full version is "2.9.2" or "2.10.3", the module is cross-versioned with "2.10".
remapVersion
remapVersion = v => "2.10"
Cross-versions a module with the result of applying
remapVersionto the full version. For example, ifremapVersion = v => "2.10"and the full version is "2.9.2" or "2.10.3", the module is cross-versioned with "2.10".