You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This ensures that all dynamically-loaded dependecies of `io.grpc` are resolved c
24
24
25
25
### SNAPSHOT releases
26
26
27
-
The latest development version of `client6` is released after every merged pull request. Set the version to `6.0.0-SNAPSHOT`to include it in your project.
27
+
The latest development version of `client6` is released after every merged pull request. To include it in you project set the version to `6.0.0-SNAPSHOT`and [configure your `<repositories>` section accordingly](https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-snapshot-releases-for-your-project).
28
28
Please be mindful of the fact that this is not a stable release and breaking changes may be introduced.
29
29
30
30
Snapshot releases overwrite each other, so no two releases are alike. If you find a bug in one of the `SNAPSHOT` versions that you'd like to report, please include the output of `Debug.printBuildInfo()` in the ticket's description.
0 commit comments