-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix versions #6794
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
Fix versions #6794
Conversation
|
Failure looks flaky but we might want to figure it out anyway: |
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.
Ping
| If you are using SBT, add this to your dependencies | ||
| ```Scala | ||
| libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.5.0" | ||
| libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "1.6.0" |
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.
Update bigtable version for groovy as well.
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.
done
Codecov Report
@@ Coverage Diff @@
## master #6794 +/- ##
=============================================
- Coverage 55.6% 46.37% -9.24%
- Complexity 10554 28044 +17490
=============================================
Files 774 2615 +1841
Lines 88532 288309 +199777
Branches 8080 33804 +25724
=============================================
+ Hits 49231 133709 +84478
- Misses 37081 144334 +107253
- Partials 2220 10266 +8046
Continue to review full report at Codecov.
|
@athakor