Merged
PrevPrevious commit
Next Next commit
updated README.md [ci skip]
  • Loading branch information
@release-please
release-please[bot] authoredMar 13, 2020
commit 7936ea121ca8924f5f509d5f6c74653c2c2cd1f0
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,16 +35,16 @@ If you are using Maven without a BOM, add this to your dependencies.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>1.50.0</version>
<version>1.51.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-spanner:1.50.0'
compile 'com.google.cloud:google-cloud-spanner:1.51.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "1.50.0"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "1.51.0"
```
[//]: # ({x-version-update-end})

Expand Down