From e847c82506499d0ea779974db3cd23590b9ad63d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 14 Jun 2021 09:30:07 -0700 Subject: [PATCH] chore: regenerate README (#151) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-14 16:23:02,757 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite-kafka/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-14 16:23:04,078 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/9ae6a297-147a-4d31-ba39-4888432f7790/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 50e43177..150c5720 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-pubsublite-kafka.git", - "sha": "31b7ab9ccbe8407a06a1a91e748e1e45b2dbd229" + "sha": "b8b95394a64063cc6488ec73a807e260cbe3a727" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" + "sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d" } } ] diff --git a/README.md b/README.md index cab4801d..2fc54191 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud pubsublite-kafka - 0.2.3 + 0.4.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:pubsublite-kafka:0.2.3' +compile 'com.google.cloud:pubsublite-kafka:0.4.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.2.3" +libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.4.0" ``` ## Authentication