You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2020. It is now read-only.
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