Skip to content
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.

Change CrossVersion.full to use CrossVersion.patch for Typelevel Scala compatibility. #41

Merged
merged 2 commits into from
Feb 22, 2017

Conversation

ClydeMachine
Copy link
Contributor

Including text from the issue at typelevel/scala#135:

To use Typelevel Scala versions which are not exactly aligned with the corresponding Lightbend Scala version (ie. because they include an additional -bin-patch-nnn suffix in their version) we need to modify project builds which use CrossVersion.full (which includes the suffix) to use CrossVersion.patch (which doesn't) where appropriate (eg. for macro-paradise and other compiler plugins).

@larsrh
Copy link
Contributor

larsrh commented Feb 22, 2017

GitHub didn't notice that the build is actually green. Thanks for the PR!

@larsrh larsrh merged commit a619334 into typelevel:master Feb 22, 2017
@ClydeMachine ClydeMachine deleted the tls-compatibility branch February 22, 2017 17:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants