Skip to content

Commit

Permalink
chore: regenerate README (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 5, 2021
1 parent 72d93d5 commit c255323
Show file tree
Hide file tree
Showing 2 changed files with 12 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": "cadbee6b3a0e4979af94d631bd8d1b6b14f013c2"
"sha": "72d93d5aa9a301c64c9d572d10211882a359e414"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3f67ceece7e797a5736a25488aae35405649b90b"
"sha": "40d76d547573fc273220bc0c8291fd942cb4502b"
}
}
]
Expand Down
13 changes: 10 additions & 3 deletions README.md
Expand Up @@ -43,13 +43,20 @@ If you are using Maven without BOM, add this to your dependencies:

```

If you are using Gradle, add this to your dependencies
If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-spanner:3.1.2'
implementation platform('com.google.cloud:libraries-bom:16.2.0')
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:3.2.0'
```

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

## Authentication
Expand Down

0 comments on commit c255323

Please sign in to comment.