Skip to content

Commit

Permalink
chore: regen common template (#343)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation committed Jun 15, 2020
1 parent 7a84a3a commit 81b6f8e
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.6.0</version>
<version>5.7.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.133.4-beta'
compile 'com.google.cloud:google-cloud-bigquerystorage:0.133.3-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.133.4-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.133.3-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": "a611756faea308c7e6714d8eecdb6a295ccb3e6a"
"sha": "15fa3dadf36076affc15c4b39acac7010254e66a"
}
},
{
Expand Down

0 comments on commit 81b6f8e

Please sign in to comment.