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

Commit 797493a

Browse files
chore: regenerate README (#499)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-06 16:27:41,570 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dialogflow/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-06 16:27:43,377 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/759227a6-6cff-4167-b82f-fa31a84d07c8/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 630c09f commit 797493a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.git",
7-
"sha": "c0d0bba92ed1c3de41806411764c75a4da06f5c3"
7+
"sha": "630c09f103760237ec6912609fe05dd9a43b231f"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "c84c8f156e09702e1c8946bfb9746e6f5892cf27"
14+
"sha": "5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-dialogflow'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-dialogflow:2.6.2'
54+
compile 'com.google.cloud:google-cloud-dialogflow:3.0.0'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "2.6.2"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "3.0.0"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)