We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171a08c commit fcd857cCopy full SHA for fcd857c
‎README.md
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging'
58
If you are using Gradle without BOM, add this to your dependencies:
59
60
```Groovy
61
-implementation 'com.google.cloud:google-cloud-logging:3.11.8'
+implementation 'com.google.cloud:google-cloud-logging:3.11.9'
62
```
63
64
If you are using SBT, add this to your dependencies:
65
66
```Scala
67
-libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.8"
+libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.9"
68
69
70
## Authentication
0 commit comments