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 @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141<dependency >
4242 <groupId >com.google.cloud</groupId >
4343 <artifactId >google-cloud-bigtable</artifactId >
44- <version >2.18.1 </version >
44+ <version >2.18.2 </version >
4545</dependency >
4646
4747```
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
5656If you are using Gradle without BOM, add this to your dependencies:
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-bigtable:2.18.1 '
59+ implementation 'com.google.cloud:google-cloud-bigtable:2.18.2 '
6060```
6161
6262If you are using SBT, add this to your dependencies:
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-bigtable" % " 2.18.1 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-bigtable" % " 2.18.2 "
6666```
6767
6868## Authentication
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.google.cloud</groupId >
3131 <artifactId >google-cloud-bigtable</artifactId >
32- <version >2.18.1 </version >
32+ <version >2.18.2 </version >
3333 </dependency >
3434 <!-- [END bigtable_install_without_bom] -->
3535
You can’t perform that action at this time.
0 commit comments