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

Commit 5b6efa0

Browse files
chore: regenerate README (#412)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-12 12:18:05,674 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dialogflow/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-12 12:18:06,637 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/85fdfc70-1135-4808-ae60-03272cb69660/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 84b99f4 commit 5b6efa0

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
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.git",
7-
"sha": "11e24ee8a8eabad638fd3edd3c17461cfea8f83b"
7+
"sha": "84b99f450e10e0d1f9468e7e32c3c4ad7c89854b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
1515
}
1616
}
1717
]

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,25 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-dialogflow</artifactId>
41-
<version>2.4.3</version>
41+
<version>2.4.5</version>
4242
</dependency>
4343

4444
```
4545

46-
If you are using Gradle, add this to your dependencies
46+
If you are using Gradle 5.x or later, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-dialogflow:2.4.3'
48+
implementation platform('com.google.cloud:libraries-bom:16.2.1')
49+
50+
compile 'com.google.cloud:google-cloud-dialogflow'
51+
```
52+
If you are using Gradle without BOM, add this to your dependencies
53+
```Groovy
54+
compile 'com.google.cloud:google-cloud-dialogflow:2.4.5'
4955
```
56+
5057
If you are using SBT, add this to your dependencies
5158
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "2.4.3"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "2.4.5"
5360
```
5461

5562
## Authentication

0 commit comments

Comments
 (0)