Merged
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
updated README.md [ci skip]
  • Loading branch information
@release-please
release-please[bot] authoredJul 16, 2020
commit e3e8b5a4d69fd3105796b241fce3da7dc99e4212
Original file line numberDiff line numberDiff line change
Expand Up@@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-spanner:1.58.0'
compile 'com.google.cloud:google-cloud-spanner:1.59.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "1.58.0"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "1.59.0"
```
[//]: # ({x-version-update-end})

Expand Down