From a07a16dcdd788a2bbbeb9ea2dea9f38853573b1e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 23 Aug 2021 22:57:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a010939fa..021540a8e 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ compile 'com.google.cloud:google-cloud-asset' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-asset:3.0.0' +compile 'com.google.cloud:google-cloud-asset:3.0.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.0.1" ``` ## Authentication