Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit e01b91c

Browse files
chore: regenerate README (#380)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-27 18:26:33,323 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryreservation/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-27 18:26:34,555 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/dc6d058f-9ffa-454c-add0-2d3fc9d6dfc0/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent e48e3aa commit e01b91c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigqueryreservation.git",
7-
"sha": "c86c6f07e460544f14d09dc8e97ee2ef9c139329"
7+
"sha": "e48e3aae784fcb7a7b1b8ddb5e908e3f1fa4ec9b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
14+
"sha": "6244244abd0da5ef750e3bbb63fa22ec6803b4db"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>google-cloud-bigqueryreservation</artifactId>
20-
<version>1.1.3</version>
20+
<version>1.1.4</version>
2121
</dependency>
2222
```
2323

2424
If you are using Gradle without BOM, add this to your dependencies
2525
```Groovy
26-
compile 'com.google.cloud:google-cloud-bigqueryreservation:1.1.3'
26+
compile 'com.google.cloud:google-cloud-bigqueryreservation:1.1.4'
2727
```
2828

2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.1.3"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.1.4"
3232
```
3333

3434
## Authentication

0 commit comments

Comments
 (0)