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

Commit 9399328

Browse files
chore: regenerate README (#122)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-07 22:18:29,424 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dialogflow-cx/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-07 22:18:30,378 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/4a31a31e-51ac-4ca1-a574-18f9b6e9a40e/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 572973b commit 9399328

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dialogflow-cx.git",
7-
"sha": "d240e3caa49d0a3007470f4cb83392c5c8278dc4"
7+
"sha": "572973b8c6a76ee820394ac61d6aa2d93e4e8d82"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3f67ceece7e797a5736a25488aae35405649b90b"
14+
"sha": "67f09bf301083798e7220137723222eb00b8f88a"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ If you are using Maven, add this to your pom.xml file:
2424
</dependency>
2525
```
2626

27-
If you are using Gradle, add this to your dependencies
27+
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
2929
compile 'com.google.cloud:google-cloud-dialogflow-cx:0.5.0'
3030
```
31+
3132
If you are using SBT, add this to your dependencies
3233
```Scala
3334
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.5.0"

0 commit comments

Comments
 (0)