Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

be dbuild friendly? #23

Closed
SethTisue opened this issue Oct 14, 2016 · 3 comments
Closed

be dbuild friendly? #23

SethTisue opened this issue Oct 14, 2016 · 3 comments

Comments

@SethTisue
Copy link
Member

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

@danslapman
Copy link
Contributor

Will do it today or tomorrow

@danslapman
Copy link
Contributor

@SethTisue I adjusted build.sbt as You suggested. Check it out, if it's all fine, i will add release tag to master (I also bumped to 2.12.0-RC2 in this PR)

@SethTisue
Copy link
Member Author

thanks — I'll take care of adding scala-continuations to the 2.12 community build soon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants