Skip to content

Commit fcd857c

Browse files
1 parent 171a08c commit fcd857c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

+2-2
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.11.8'
61+
implementation 'com.google.cloud:google-cloud-logging:3.11.9'
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.11.8"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.9"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)