-
Notifications
You must be signed in to change notification settings - Fork 78
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
docs: Update readme to include gradle instructions for storage control #2503
Conversation
README.md
Outdated
``` | ||
|
||
If you are using SBT, add this to your dependencies: | ||
|
||
```Scala | ||
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.36.1" | ||
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.36.1-alpha" <!-- {x-version-update:google-cloud-storage:current} --> |
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.
google-cloud-storage-control
Warning: This pull request is touching the following templated files:
|
.readme-partials.yaml
Outdated
<dependency> | ||
<groupId>com.google.cloud</groupId> | ||
<artifactId>google-cloud-storage-control</artifactId> | ||
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:current} --> |
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.
These versions appearing in README should use {x-version-update:google-cloud-storage:released}
instead of {x-version-update:google-cloud-storage:current}
, because library users do not use "-SNAPSHOT" versions.
#2477