Skip to content

Commit

Permalink
chore: regenerate README (#232)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f5d7f8b-8e06-474e-b3b8-e248dd7dd2e1/targets
  • Loading branch information
yoshi-automation committed Apr 29, 2020
1 parent 8a27835 commit b74c0ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -50,11 +50,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerystorage:0.131.0-beta'
compile 'com.google.cloud:google-cloud-bigquerystorage:0.130.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.131.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.130.0-beta"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "066a994adc3add6222c5367a27fbd5e600dff900"
"sha": "8a2783564ab58e277f6c099736238b4a98bd93de"
}
},
{
Expand Down

0 comments on commit b74c0ce

Please sign in to comment.