Skip to content

Commit

Permalink
chore: regenerate README (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 11, 2020
1 parent 3f870ed commit 391b029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-logging.git",
"sha": "b07358192b76093d8814338bd21b48a3b1e5c073"
"sha": "3f870ed9df232d79ccee3c35370c5f2794941f22"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -46,11 +46,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-logging:2.0.1'
compile 'com.google.cloud:google-cloud-logging:2.1.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.0.1"
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "2.1.0"
```

## Authentication
Expand Down

0 comments on commit 391b029

Please sign in to comment.