Closed matsu-chara closed 7 years ago
:exclamation: No coverage uploaded for pull request base (
develop@ba6cdda
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #52 +/- ##
==========================================
Coverage ? 65.84%
==========================================
Files ? 65
Lines ? 1745
Branches ? 61
==========================================
Hits ? 1149
Misses ? 596
Partials ? 0
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 ba6cdda...4831bc3. Read the comment docs.
@matsu-chara I made a breaking API change to twitter commons, which makes it difficult for us to build twitter-server & friends. I'm planning on removing the dependency on twitter commons (which is why I made the change!) but in the mean time, we can't safely publish without risking breaking the build, so I'm going to publishing this in for a few days until we remove the dependency completely. Sorry for the delay! In the mean time, I'll try to merge it in internally so it will be good to go when we turn publishing to github back on.
@matsu-chara this was merged internally, but we can't publish it to github yet. I'll let you know when it's published!
@matsu-chara this finally made it to github, thanks! https://github.com/twitter/twitter-server/commit/9551a461877dfa381add7d6d10db5ae81d67ad27
Summary: Problem
Some sbt operators are deprecated
Solution
fix warnings.
Result
no warn (without Build trait deprecation)