Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

chore(main): release 2.5.1 #913

Merged
merged 4 commits into from
Jul 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Jul 1, 2022
commit e83ec7db39ab2f51b8441d0961de3ab59521a013
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-speech:2.4.0'
implementation 'com.google.cloud:google-cloud-speech:2.5.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.4.0"
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.0"
```

## Authentication
Expand Down