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

Commit e992caa

Browse files
authored
chore: make owlbot check required (#752)
1 parent 487438d commit e992caa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ branchProtectionRules:
1616
- units (11)
1717
- 'Kokoro - Test: Integration'
1818
- cla/google
19+
- OwlBot Post Processor
1920
- pattern: java7
2021
isAdminEnforced: true
2122
requiredApprovingReviewCount: 1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech'
6262
If you are using Gradle without BOM, add this to your dependencies
6363

6464
```Groovy
65-
implementation 'com.google.cloud:google-cloud-speech:2.2.0'
65+
implementation 'com.google.cloud:google-cloud-speech:2.2.1'
6666
```
6767

6868
If you are using SBT, add this to your dependencies
6969

7070
```Scala
71-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.0"
71+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.1"
7272
```
7373

7474
## Authentication

0 commit comments

Comments
 (0)