Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 1ab2082

Browse files
chore: Removing owlbot (#1050)
* 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>
1 parent 981bacd commit 1ab2082

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

.github/.OwlBot.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ If you are using Maven, add this to your pom.xml file:
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-errorreporting</artifactId>
32-
<version>0.126.0-beta</version>
32+
<version>0.134.0-beta</version>
3333
</dependency>
3434
```
3535

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

3838
```Groovy
39-
implementation 'com.google.cloud:google-cloud-errorreporting:0.126.0-beta'
39+
implementation 'com.google.cloud:google-cloud-errorreporting:0.134.0-beta'
4040
```
4141

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

4444
```Scala
45-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.126.0-beta"
45+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.134.0-beta"
4646
```
4747

4848
## Authentication

0 commit comments

Comments
 (0)