updated sbt configuration, added cross publish#8
Open
atais wants to merge 1 commit intorklaehn:masterfrom
Open
updated sbt configuration, added cross publish#8atais wants to merge 1 commit intorklaehn:masterfrom
atais wants to merge 1 commit intorklaehn:masterfrom
Conversation
added cross publish
Author
|
I used my project with cross publish as a reference |
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 6 6
Lines 371 371
Branches 96 96
=====================================
Hits 371 371Continue to review full report at Codecov.
|
|
Any chance of merging this in? I am trying to using radixtree in Spark (so still on 2.11) and could really use this as well. I am willing to help if needed. |
Author
|
it was not that easy as I first thought, but you can try. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi.
This is not ready to go live, since first there is a missing dependency on your other project
I could help with the other as well, or you could just add the
enableCrossBuild = truein the release steps. That should do.In the second step I would update the cats dependency.
I have a small issue there, that maybe you could help me out with later.
How does it look like?