io.github.matejcerny.sbtconfig.model.CrossVersionType
See theCrossVersionType companion object
Cross-versioning type for dependencies. Determines how the dependency artifact name is resolved.
Java→%(no cross-versioning, plain Java dependency)Scala→.cross(platformCV): plain%%on JVM, platform-suffixed (%%%) on JS/Native.platformCVadapts per project —CrossVersion.binaryby default, overridden to the platform suffix when sbt-scalajs / sbt-scala-native is active — so a Scala dependency links on whichever platform the project targets.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article