Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
πŸ¦‰ Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Mar 28, 2022
commit b2b0888b220597680e0fca6ca3c8de4cd0cbb895
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-spanner:6.22.0'
implementation 'com.google.cloud:google-cloud-spanner:6.23.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.22.0"
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.23.0"
```

## Authentication
Expand Down