Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: Removing owlbot (#330)
Browse files Browse the repository at this point in the history
* chore: Removing owlbot

* 🦉 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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
ddixit14 and gcf-owl-bot[bot] committed Mar 30, 2023
1 parent 7b55c2b commit 5df8f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
35 changes: 0 additions & 35 deletions .github/.OwlBot.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -26,20 +26,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-policy-troubleshooter</artifactId>
<version>1.4.0</version>
<version>1.12.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.4.0'
implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.12.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.4.0"
libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.12.0"
```

## Authentication
Expand Down

0 comments on commit 5df8f45

Please sign in to comment.