Skip to content

Commit 6ba4da1

Browse files
authored
chore: change branch master to main in github configurations (#700)
1 parent a4f9f05 commit 6ba4da1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/blunderbuss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration for the Blunderbuss GitHub app. For more info see
2-
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/blunderbuss
2+
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
33
assign_issues:
44
- simonz130
55
assign_prs:

README.md

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

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-logging:3.1.2'
61+
implementation 'com.google.cloud:google-cloud-logging:3.2.0'
6262
```
6363

6464
If you are using SBT, add this to your dependencies
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.1.2"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.2.0"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)