Skip to content

Commit

Permalink
chore: regenerate README (googleapis#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 14, 2021
1 parent da50841 commit dd6416d
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-jdbc.git",
"sha": "032f2c63dc95d4fc2bc4d05738031c1d1d880b4f"
"sha": "da5084160a5c89552b57cf32e6af1e70e0d6b807"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "60fc32cc950c20cfdd774b846a4a7dc5d1e4d0ef"
"sha": "082e1ca0863b13ada8594fe91845380765da5b70"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-spanner-jdbc:2.0.0'
compile 'com.google.cloud:google-cloud-spanner-jdbc:2.0.1'
```

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

## Authentication
Expand Down

0 comments on commit dd6416d

Please sign in to comment.