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

chore: regenerate README #321

Merged
merged 1 commit into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-servicedirectory.git",
"sha": "aaf143db25d9dee7e72520ef1dc6afa1003c1215"
"sha": "28b8adec78cde20965a39164b19e81446390ecc2"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0199c79b8324fba66476300824aa931788c47e2d"
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-servicedirectory</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

```
Expand All @@ -51,12 +51,12 @@ 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.1.0'
compile 'com.google.cloud:google-cloud-servicedirectory:1.1.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "1.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-servicedirectory" % "1.1.1"
```

## Authentication
Expand Down