diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 8759f9c..dd6fbe3 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -31,7 +31,6 @@ branchProtectionRules: requiredStatusCheckContexts: - "dependencies (8)" - "dependencies (11)" - - "linkage-monitor" - "lint" - "clirr" - "units (8)" diff --git a/README.md b/README.md index 5b43783..f987e31 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-policy-troubleshooter - 0.3.1 + 0.3.2 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.3.1' +compile 'com.google.cloud:google-cloud-policy-troubleshooter:0.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "0.3.2" ``` ## Authentication