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