Skip to content

Commit

Permalink
chore: regenerate README (#92)
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-02 01:09:24,771 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite-kafka/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-03-02 01:09:26,337 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/4423eaae-5653-49b2-8e8f-b0757f50f68e/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent 7a576a1 commit 1ecd778
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
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsublite-kafka.git",
"sha": "c1cf1d1ff5d44d67219da61bb85120774bb6a724"
"sha": "cba8a24e693b559063b3b4ecbb8a27c26ff00c2f"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-kafka</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
```

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

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

## Authentication
Expand Down

0 comments on commit 1ecd778

Please sign in to comment.