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

Fixes Cross Publishing #86

Merged
merged 2 commits into from
Nov 14, 2016

Conversation

juanpedromoreno
Copy link
Contributor

I've just realized we should cross-publish with +publishSigned instead of just publishSigned, now that we have cross compatibility through scala 2.11 and 2.12. Also, if we don't apply allSettings to the root project, the cross versioning starts with scala 2.10.

This PR comes to fix it.

@dialelo @peterneyens could you take a look? Thanks!

@ghost
Copy link

ghost commented Nov 14, 2016

Good catch! LGTM

@peterneyens
Copy link
Contributor

It seems I didn't check the documentation for 2.11 after the cats update, I think we are missing import cats.syntax.either._ in docs.md.

@codecov-io
Copy link

codecov-io commented Nov 14, 2016

Current coverage is 76.03% (diff: 100%)

Merging #86 into master will not change coverage

@@             master        #86   diff @@
==========================================
  Files            10         10          
  Lines           242        242          
  Methods         240        240          
  Messages          0          0          
  Branches          2          2          
==========================================
  Hits            184        184          
  Misses           58         58          
  Partials          0          0          

Powered by Codecov. Last update 8927046...355d7b5

@peterneyens
Copy link
Contributor

👍 Thanks for cleaning up after me 😊

@juanpedromoreno juanpedromoreno merged commit c899333 into master Nov 14, 2016
@juanpedromoreno juanpedromoreno deleted the fixes-cross-publishing-from-root-module branch November 14, 2016 13:00
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.

None yet

3 participants