From c96ae113a83221981271e258eb7cb5d23e38fcc6 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 7 Jan 2021 14:34:08 -0800 Subject: [PATCH] chore: regenerate README (#192) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-01-07 22:18:38,981 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-os-config/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-07 22:18:39,888 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/e516d0ea-d0d3-419d-96c9-0931fc44d51b/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index bca1f0f8..130c697c 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-os-config.git", - "sha": "9378d52f470358e3ab3d9671da586084643c4efb" + "sha": "3c1de08b347cdc74a59319a7179155120c2a93f3" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "996775eca5fd934edac3c2ae34b80ff0395b1717" + "sha": "67f09bf301083798e7220137723222eb00b8f88a" } } ] diff --git a/README.md b/README.md index df9f1ad5..7aef4d94 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-os-config - 1.1.1 + 1.1.3 ``` -If you are using Gradle, add this to your dependencies +If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-os-config:1.1.1' +compile 'com.google.cloud:google-cloud-os-config:1.1.3' ``` + If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "1.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "1.1.3" ``` ## Authentication