Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#233)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-01-07 21:35:20,616 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-recommendations-ai/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-01-07 21:35:21,517 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/dc90b142-2050-4cfb-8e5c-f3e0c79b7875/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Jan 7, 2021
1 parent 886d64d commit 3255715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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-recommendations-ai.git",
"sha": "0042be8cc4f49b4058c2f345078033ae95d913ee"
"sha": "886d64d5c2e280c7bbb7892ac87b681921d5cb9c"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -25,10 +25,11 @@ If you are using Maven, add this to your pom.xml file:

```

If you are using Gradle, add this to your dependencies
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-recommendations-ai:0.3.7'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.3.7"
Expand Down

0 comments on commit 3255715

Please sign in to comment.