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 (#192)
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-07 22:18:38,981 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-os-config/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-01-07 22:18:39,888 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/e516d0ea-d0d3-419d-96c9-0931fc44d51b/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Jan 7, 2021
1 parent 3c1de08 commit c96ae11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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-os-config.git",
"sha": "9378d52f470358e3ab3d9671da586084643c4efb"
"sha": "3c1de08b347cdc74a59319a7179155120c2a93f3"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
"sha": "67f09bf301083798e7220137723222eb00b8f88a"
}
}
]
Expand Down
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -17,17 +17,18 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-os-config</artifactId>
<version>1.1.1</version>
<version>1.1.3</version>
</dependency>
```

If you are using Gradle, add this to your dependencies
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-os-config:1.1.1'
compile 'com.google.cloud:google-cloud-os-config:1.1.3'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "1.1.1"
libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "1.1.3"
```

## Authentication
Expand Down

0 comments on commit c96ae11

Please sign in to comment.