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

Commit

Permalink
build: enable multiScm for releases (#836)
Browse files Browse the repository at this point in the history
* build: enable multiScm for releases

* 馃 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
chingor13 and gcf-owl-bot[bot] committed May 31, 2023
1 parent 311ae18 commit 1bb38ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -57,20 +57,20 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.11.0')
implementation platform('com.google.cloud:libraries-bom:26.15.0')
implementation 'com.google.cloud:google-cloud-texttospeech'
```
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-texttospeech:2.14.0'
implementation 'com.google.cloud:google-cloud-texttospeech:2.18.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.14.0"
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.18.0"
```

## Authentication
Expand Down

0 comments on commit 1bb38ce

Please sign in to comment.