This repository was archived by the owner on Jun 23, 2020. It is now read-only.
This repository was archived by the owner on Jun 23, 2020. It is now read-only.
be dbuild friendly? #23
Closed
Description
I would like to add this repository to the Scala 2.12 community build, but in a community build context, you have to be able to deal with arbitrary Scala versions like 2.12.0-1e81a09-nightly
, not just certain known releases like 2.12.0-RC1
this is fixable if you rename plugin/src/main/scala-2.12.0-RC1
to plugin/src/main/scala-2.12
and use CrossVersion.partialVersion(scalaVersion.value) match ...
— see typelevel/spire#587 for an example of how the needed changes looked in another project
Metadata
Metadata
Assignees
Labels
No labels