Skip to content

Commit

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


<details><summary>Log from Synthtool</summary>

```
2020-10-30 23:36:45,239 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-10-30 23:36:46,342 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/bb523f87-a8d7-4e91-8a51-793fc7f6043d/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Oct 30, 2020
1 parent ea391ce commit a634ed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "a9e45f83c0344886037939a04333194de1413bfc"
"sha": "e9a34a30ed37c5d548de60c9f44cec22d426134e"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
"sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,7 +19,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>13.3.0</version>
<version>13.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -47,11 +47,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.124.0'
compile 'com.google.cloud:google-cloud-bigquery:1.124.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.124.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.124.1"
```

## Authentication
Expand Down

0 comments on commit a634ed0

Please sign in to comment.