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

docs: update README #16

Merged
merged 1 commit into from Mar 17, 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 README.md
Expand Up @@ -27,12 +27,12 @@ If you are using Maven, add this to your pom.xml file:

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-gkehub:0.0.0'
compile 'com.google.cloud:google-cloud-gkehub:0.1.0'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "0.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "0.1.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-gkehub.git",
"sha": "26b03d5f577087d6709930b5b28079565fe0173c"
"sha": "eb44a9c359ed224f0f7075933302bef37c9027ef"
}
},
{
Expand Down