From ff4d242eef60bf32fa2c878d58d8092d30f1e0f7 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 1 Sep 2021 16:08:16 -0700 Subject: [PATCH] chore: regenerate README (#258) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-09-01 22:51:14,851 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite-spark/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-09-01 22:51:15,797 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/a1e0c28e-f185-4be4-97cc-dbce3e11f79b/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index df19a41c..98b2510a 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-spark.git", - "sha": "949b2c0dc00344cd9fba9a7113e9ea11b511cf88" + "sha": "1dc47d6661dccad188861b10f9c563be41a21d6c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61" + "sha": "5c0fa62eea9c33ebe61e582424b659eb264e1ba4" } } ] diff --git a/README.md b/README.md index 4ceb0f70..8701970a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ 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:pubsublite-spark-sql-streaming:0.3.1' +implementation 'com.google.cloud:pubsublite-spark-sql-streaming:0.3.1' ``` If you are using SBT, add this to your dependencies