| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | # 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 | ||
| 3 | 3 | assign_issues: | |
| 4 | 4 | - simonz130 | |
| 5 | 5 | assign_prs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging' | |||
| 58 | 58 | If you are using Gradle without BOM, add this to your dependencies | |
| 59 | 59 | ||
| 60 | 60 | ```Groovy | |
| 61 | - implementation 'com.google.cloud:google-cloud-logging:3.1.2' | ||
| 61 | + implementation 'com.google.cloud:google-cloud-logging:3.2.0' | ||
| 62 | 62 | ``` | |
| 63 | 63 | ||
| 64 | 64 | If you are using SBT, add this to your dependencies | |
| 65 | 65 | ||
| 66 | 66 | ```Scala | |
| 67 | - libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.1.2" | ||
| 67 | + libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.2.0" | ||
| 68 | 68 | ``` | |
| 69 | 69 | ||
| 70 | 70 | ## Authentication | |
| Back | FazBrowse Home | New Git URL |
0 commit comments