From 79f796a2b474e5f2aec59b9affab8b21935fe49a Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 13 Jan 2021 09:10:14 +0000 Subject: [PATCH] chore: regenerate README --- .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 ecd96ccbd..81b2d1b52 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-logging-logback.git", - "sha": "038390680c80efefd77565bf2f01b7bbe5be5266" + "sha": "89da31a819939dee982620b42e2e69d658e5f088" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "67f09bf301083798e7220137723222eb00b8f88a" + "sha": "16ec872dd898d7de6e1822badfac32484b5d9031" } } ] diff --git a/README.md b/README.md index bae68a369..de71563af 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 google-cloud-logging-logback - 0.119.3-alpha + 0.119.4-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.119.3-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.119.4-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.3-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.4-alpha" ``` ## Authentication