Skip to content

Commit

Permalink
changes without context (#301)
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 Apr 30, 2020
1 parent 2b319ce commit 050e708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -49,11 +49,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-bigquery:1.111.2'
compile 'com.google.cloud:google-cloud-bigquery:1.111.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.111.2"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.111.1"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "9d37e45bc07de3d6b4fb2aac4c69df7b2ef80c9f"
"sha": "2b319ce21e2f540b7de4dfcef02c68a6cf8a1564"
}
},
{
Expand Down

0 comments on commit 050e708

Please sign in to comment.