Skip to content

Commit

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


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

```
2021-03-19 13:56:19,706 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-03-19 13:56:20,613 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/99cd9296-4c2a-4e5a-8f1e-ce009556f502/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Mar 19, 2021
1 parent 2f3e115 commit c2b5680
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsublite.git",
"sha": "9f53f6a6699acdd64e1c5ed7cc0b7495209e2548"
"sha": "2f3e1156b17eb7d09788326caa4d9c33c6bf468e"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "78437c732a60c64895778697b078497b0988346c"
"sha": "8b13da943497f75c5303700bff5aabdd85d939e0"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite</artifactId>
<version>0.11.1</version>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -32,12 +32,12 @@ If you are using Maven, add this to your pom.xml file:

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-pubsublite:0.11.1'
compile 'com.google.cloud:google-cloud-pubsublite:0.12.0'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.11.1"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.12.0"
```

## Authentication
Expand Down

0 comments on commit c2b5680

Please sign in to comment.