This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-speech'
5757If you are using Gradle without BOM, add this to your dependencies
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-speech:2.0.1 '
60+ implementation 'com.google.cloud:google-cloud-speech:2.0.2 '
6161```
6262
6363If you are using SBT, add this to your dependencies
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-speech" % " 2.0.1 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-speech" % " 2.0.2 "
6767```
6868
6969## Authentication
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.google.cloud</groupId >
3737 <artifactId >google-cloud-storage</artifactId >
38- <version >2.1.1 </version >
38+ <version >2.1.2 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >commons-cli</groupId >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >com.google.cloud</groupId >
3737 <artifactId >google-cloud-storage</artifactId >
38- <version >2.1.1 </version >
38+ <version >2.1.2 </version >
3939 </dependency >
4040 <dependency >
4141 <groupId >commons-cli</groupId >
You can’t perform that action at this time.
0 commit comments