Skip to content

Commit

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


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

```
2021-08-11 13:58:54,361 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite-kafka/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-11 13:58:55,636 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/27ad206e-63d9-49cb-b0f2-bba9d4b1f567/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 11, 2021
1 parent 21f238f commit 5e27ca2
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": "20ae0ba14d7623741b05825be240edcfc33f3974"
"sha": "21f238f883ed2b25e5c19d558f9006c115892abd"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-kafka</artifactId>
<version>0.5.1</version>
<version>0.6.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:pubsublite-kafka:0.5.1'
compile 'com.google.cloud:pubsublite-kafka:0.6.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.5.1"
libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.6.1"
```

## Authentication
Expand Down

0 comments on commit 5e27ca2

Please sign in to comment.