typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

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

Closed ClydeMachine closed 7 years ago

ClydeMachine commented 7 years ago

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).

Replaced the aforementioned, as well as updating the use of "org.scala-lang" to scalaOrganization.value in library dependencies.

codecov-io commented 7 years ago

Codecov Report

Merging #202 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #202   +/-   ##
=======================================
  Coverage   73.71%   73.71%           
=======================================
  Files          37       37           
  Lines         776      776           
  Branches       58       58           
=======================================
  Hits          572      572           
  Misses        204      204

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ac1b4b3...43f1e0b. Read the comment docs.

johnynek commented 7 years ago

👍