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

chore: regenerate README #118

Merged
merged 1 commit into from
Jun 14, 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-channel.git",
"sha": "56aa1ea72582a2e7d68a970922ab6cf6238c1cc2"
"sha": "a7cc927e7b18a16f6bd3e35044dedbe4922fffa7"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "811d20bc0b00c09773dfc74ac2baaf1286e943b7"
"sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,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-channel:2.2.0'
compile 'com.google.cloud:google-cloud-channel:2.2.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "2.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "2.2.1"
```

## Authentication
Expand Down