From f42dd28c818b4fd06965487576474533941f290e Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Thu, 29 Jul 2021 19:32:31 -0400 Subject: [PATCH] feat: configure initial sp version (#550) Configures CI for branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d00a968..f1f14abf 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,18 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:20.8.0') +implementation platform('com.google.cloud:libraries-bom:20.9.0') compile 'com.google.cloud:google-cloud-build' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-build:2.6.2' +compile 'com.google.cloud:google-cloud-build:2.6.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-build" % "2.6.2" +libraryDependencies += "com.google.cloud" % "google-cloud-build" % "2.6.3" ``` ## Authentication