From 15fc5f65629ce6f9daa3ae0fe6c1bb0ed0a7b624 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 31 May 2023 12:26:09 -0700 Subject: [PATCH] build: enable multiScm for releases (#766) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build: enable multiScm for releases * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f629a93..f94d8847 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ 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 -implementation 'com.google.cloud:google-cloud-mediatranslation:0.21.0' +implementation 'com.google.cloud:google-cloud-mediatranslation:0.23.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.21.0" +libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.23.0" ``` ## Authentication