Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala versions 2.11.12 and 2.12.8 #326

Merged
merged 2 commits into from
Oct 14, 2019

Conversation

regadas
Copy link
Collaborator

@regadas regadas commented Oct 14, 2019

We can't go up to 2.12.10; there's a bug around value classes scala/bug#11771 that will affect Bijection type when used in java.

@@ -143,6 +144,12 @@ val ignoredABIProblems = {
),
exclude[ReversedMissingMethodProblem](
"com.twitter.bijection.twitter_util.UtilBijections.twitter2JavaFutureInjection"
),
exclude[DirectMissingMethodProblem](
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MiMa false positives related to lightbend-labs/mima#388

@codecov-io
Copy link

Codecov Report

Merging #326 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #326   +/-   ##
========================================
  Coverage    61.29%   61.29%           
========================================
  Files           50       50           
  Lines         1540     1540           
  Branches        40       40           
========================================
  Hits           944      944           
  Misses         596      596

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 38d2219...f08442f. Read the comment docs.

@johnynek johnynek merged commit feb52b3 into twitter:develop Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants