Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: fix minor typos in README and pom templates (#1479) (#247)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@18d4e9b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
  • Loading branch information
gcf-owl-bot[bot] committed Jul 8, 2022
1 parent 32c1bea commit ef9554b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
# created: 2022-06-29T23:17:33.110417661Z
digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
# created: 2022-07-07T14:26:11.880812641Z
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ If you are using Maven, add this to your pom.xml file:

```

If you are using Gradle without BOM, add this to your dependencies
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-domains:0.6.1'
implementation 'com.google.cloud:google-cloud-domains:0.7.0'
```

If you are using SBT, add this to your dependencies
If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "0.6.1"
libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "0.7.0"
```

## Authentication
Expand Down

0 comments on commit ef9554b

Please sign in to comment.