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


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

```
2020-10-31 08:10:06,795 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-grafeas/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-10-31 08:10:07,727 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/329daf91-af07-4403-bd79-f8323f8c2a21/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Oct 31, 2020
1 parent da54c28 commit 3100bad
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-grafeas.git",
"sha": "10f444f146daef00e0c122ec2b79d914ff8e1dd9"
"sha": "da54c289067438bd5bff1504a32b88138ab24f3b"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7c5370937dd9ba9dcf9cd7d2af880a58b389b4f1"
"sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'io.grafeas:grafeas:1.0.2'
compile 'io.grafeas:grafeas:1.0.3'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.2"
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.3"
```

## Authentication
Expand Down

0 comments on commit 3100bad

Please sign in to comment.