This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/install-without-bom Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ If you are using Maven without BOM, add this to your dependencies:
4747<dependency >
4848 <groupId >com.google.cloud</groupId >
4949 <artifactId >google-cloud-speech</artifactId >
50- <version >2.5.6 </version >
50+ <version >2.5.7 </version >
5151</dependency >
5252
5353```
@@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech'
6262If you are using Gradle without BOM, add this to your dependencies:
6363
6464``` Groovy
65- implementation 'com.google.cloud:google-cloud-speech:2.5.6 '
65+ implementation 'com.google.cloud:google-cloud-speech:2.5.7 '
6666```
6767
6868If you are using SBT, add this to your dependencies:
6969
7070``` Scala
71- libraryDependencies += " com.google.cloud" % " google-cloud-speech" % " 2.5.6 "
71+ libraryDependencies += " com.google.cloud" % " google-cloud-speech" % " 2.5.7 "
7272```
7373
7474## Authentication
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.google.cloud</groupId >
3131 <artifactId >google-cloud-speech</artifactId >
32- <version >2.5.6 </version >
32+ <version >2.5.7 </version >
3333 </dependency >
3434 <!-- [END speech_install_without_bom] -->
3535 <dependency >
You can’t perform that action at this time.
0 commit comments