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

Commit

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


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

```
2021-04-14 00:44:11,917 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dialogflow/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-14 00:44:13,213 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/c80cd3d5-b94e-4fcf-9286-b2b79f449346/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 14, 2021
1 parent c816d06 commit 74b30ad
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dialogflow.git",
"sha": "d7fb4c75697453e17ecf088c1c192e878f7d1996"
"sha": "c816d06cb0274b122d728bd25fe767b00a976b64"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
"sha": "082e1ca0863b13ada8594fe91845380765da5b70"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>

```
Expand All @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-dialogflow'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-dialogflow:3.0.0'
compile 'com.google.cloud:google-cloud-dialogflow:3.0.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "3.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "3.0.1"
```

## Authentication
Expand Down

0 comments on commit 74b30ad

Please sign in to comment.