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


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

```
2021-03-02 23:30:21,514 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-asset/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-03-02 23:30:22,444 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/c60326fc-cb53-4487-8dc3-3b5a198374c0/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Mar 2, 2021
1 parent e6c2fec commit 95abd53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-asset.git",
"sha": "97fe39e16e68f88ee89907807ac69789697d186e"
"sha": "e6c2fec7f575aaea72efebae2db7085440d89821"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
"sha": "0780323da96d5a53925fe0547757181fe76e8f1e"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-asset'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-asset:2.3.1'
compile 'com.google.cloud:google-cloud-asset:2.3.2'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.3.1"
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.3.2"
```

## Authentication
Expand Down

0 comments on commit 95abd53

Please sign in to comment.