Skip to content

Commit

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


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

```
2021-04-14 15:05:26,450 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-firestore/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-14 15:05:27,658 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/65cc5aa0-4be6-4125-acb8-eedf89e6e7c2/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 20, 2021
1 parent d5e9e4a commit b5faa07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-firestore.git",
"sha": "32e9cb145459b8e22d6e7b6c7949040f71fc2ef7"
"sha": "998dcd4958c2632d673fc637139cbd12250ef7bc"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-firestore</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>
</dependency>

```
Expand All @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-firestore'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-firestore:2.2.5'
compile 'com.google.cloud:google-cloud-firestore:2.2.6'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.2.5"
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.2.6"
```

## Authentication
Expand Down

0 comments on commit b5faa07

Please sign in to comment.