diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 31213af..2d5a888 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -37,6 +37,7 @@ branchProtectionRules: - "units (11)" - "Kokoro - Test: Integration" - "cla/google" + - OwlBot Post Processor # List of explicit permissions to add (additive only) permissionRules: - team: yoshi-admins diff --git a/README.md b/README.md index e636e0b..40e382e 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,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-deploy:0.1.2' +implementation 'com.google.cloud:google-cloud-deploy:0.1.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "0.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "0.1.3" ``` ## Authentication