Skip to content

Commit

Permalink
chore: regenerate README
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 2, 2021
1 parent 8e23454 commit 0040b55
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-datastore.git",
"sha": "60a95791ffe048e87fa6b0ad2c43bbc1b1838a24"
"sha": "8e23454826672a7743e8f67f9bc9ccec2c7204f6"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
"sha": "5c0fa62eea9c33ebe61e582424b659eb264e1ba4"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.0.3</version>
<version>2.1.0</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-datastore:2.0.3'
implementation 'com.google.cloud:google-cloud-datastore:2.1.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.0.3"
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.1.0"
```

## Authentication
Expand Down

0 comments on commit 0040b55

Please sign in to comment.