-
Notifications
You must be signed in to change notification settings - Fork 21
[No Ticket] Bump dependencies #2125
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
Conversation
|
abe7ba8
to
fb06fda
Compare
Rebased.. hoping |
addCompilerPlugin(scalafixSemanticdb) | ||
// Hard-coding the semanticdbVersion to make it work with Scala 2.13.6. It's possible this may be fixed | ||
// in a future scalafix version. See: https://scalacenter.github.io/scalafix/docs/users/installation.html | ||
semanticdbEnabled := true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like the right way to install scalafix
for sbt 1.3* and newer based on https://scalacenter.github.io/scalafix/docs/users/installation.html.
Although I had to hard-code the semanticdb
version to work with Scala 2.13.6: https://mvnrepository.com/artifact/org.scalameta/semanticdb-scalac
Unit test error:
Looks like there is no |
d79b7cc
to
86438ab
Compare
fiab-start failed, not sure why.. jenkins retest |
Codecov Report
@@ Coverage Diff @@
## develop #2125 +/- ##
===========================================
- Coverage 75.68% 75.67% -0.02%
===========================================
Files 113 113
Lines 8068 8085 +17
Branches 145 142 -3
===========================================
+ Hits 6106 6118 +12
- Misses 1962 1967 +5
Continue to review full report at Codecov.
|
Consolidate scala-steward PRs