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


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

```
2021-01-13 09:10:34,103 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-grafeas/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-01-13 09:10:34,962 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/8d60075b-a0fd-445b-b0ca-3d9acb0f34ba/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Jan 13, 2021
1 parent 77ea10c commit d1d93b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-grafeas.git",
"sha": "c16417c1a4bd8f8f5658efb2f815c5d991df8cd8"
"sha": "77ea10c5bb51a8c7880275be5890cc539f75e476"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'io.grafeas:grafeas:1.0.5'
compile 'io.grafeas:grafeas:1.0.7'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.5"
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.7"
```

## Authentication
Expand Down

0 comments on commit d1d93b3

Please sign in to comment.