Skip to content

Commit

Permalink
chore: regenerate README (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 26, 2021
1 parent e013df7 commit 3fd3902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "844f0fe5308797105f2de876290f40fb230c4fa6"
"sha": "a21e0bbafad086f29d3c719b9e4a7690c1cac129"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2"
"sha": "5a6f30b8bb7672cf237c4f75d5aa96bfba170e7f"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>6.2.1</version>
<version>6.3.2</version>
</dependency>

```
Expand All @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-spanner'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-spanner:6.3.0'
compile 'com.google.cloud:google-cloud-spanner:6.3.2'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.3.2"
```

## Authentication
Expand Down

0 comments on commit 3fd3902

Please sign in to comment.