We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2061d commit c50f52eCopy full SHA for c50f52e
‎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.14.0'
+implementation 'com.google.cloud:google-cloud-logging:3.14.1'
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.14.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.14.1"
68
69
70
## Authentication
0 commit comments