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 (#650)
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-13 15:47:33,655 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-asset/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-13 15:47: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/b29e3606-c4c7-4ba8-80d1-7fc334a5e27c/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 13, 2021
1 parent 726fa83 commit 6d89a09
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": "96f14dd358b6bd90a912c36d30a7f49fce9b1fff"
"sha": "726fa834c5d5ea97c04096fcd762cb0c105d816c"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
"sha": "082e1ca0863b13ada8594fe91845380765da5b70"
}
}
]
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.3'
compile 'com.google.cloud:google-cloud-asset:2.3.4'
```

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

## Authentication
Expand Down

0 comments on commit 6d89a09

Please sign in to comment.