Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore(docs): add Authorization section to Java README template (#1161) (
Browse files Browse the repository at this point in the history
#458)

as a part of the PR 582 for java-logging an authorization section is added to the Java README template.

Fixing googleapis/java-logging#570.
Source-Link: googleapis/synthtool@3d32990
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:2904b9ad921ecc1343d1cf815bfaafbcc1115c1f39593aef9f8e333ffda552f7
  • Loading branch information
gcf-owl-bot[bot] committed Aug 10, 2021
1 parent 1873e8c commit 49637c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-servicedirectory'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-servicedirectory:1.3.0'
compile 'com.google.cloud:google-cloud-servicedirectory:1.3.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "1.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "1.3.1"
```

## Authentication
Expand Down

0 comments on commit 49637c3

Please sign in to comment.