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 (#197)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


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

```
2021-02-25 00:20:33,868 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-02-25 00:20:35,516 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/32659af7-6ed7-49f1-8504-c4ada868095e/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Feb 25, 2021
1 parent d1281f3 commit 8a41b5a
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
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflows.git",
"sha": "b4f48a07da5e155cffa991d40588dcaa6e9ef796"
"sha": "d1281f34a35ea41201380b616c93d33d9bdeeb5f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,19 +20,19 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows</artifactId>
<version>0.1.4</version>
<version>0.2.0</version>
</dependency>

```

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-workflows:0.1.4'
compile 'com.google.cloud:google-cloud-workflows:0.2.0'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.4"
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.2.0"
```

## Authentication
Expand Down

0 comments on commit 8a41b5a

Please sign in to comment.