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

Commit

Permalink
fix: owlbot post-processor should generate README (#1154) (#548)
Browse files Browse the repository at this point in the history
Fixes #1146
Fixes #1147
Source-Link: googleapis/synthtool@387851d
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:69045edb77ff7c78fdfad02eae2b4493b2c358cd9778ab5b6dba0c2b578df0ec
  • Loading branch information
gcf-owl-bot[bot] committed Jul 14, 2021
1 parent 005b06d commit 49bc6cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-java:latest
digest: sha256:2e88a4a7fe3377cf8de1fa5982134f6ef2768980fa2f94edcc1ba6604ae2e7ca
digest: sha256:69045edb77ff7c78fdfad02eae2b4493b2c358cd9778ab5b6dba0c2b578df0ec
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-document-ai'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-document-ai:1.2.0'
compile 'com.google.cloud:google-cloud-document-ai:1.2.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "1.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "1.2.1"
```

## Authentication
Expand Down

0 comments on commit 49bc6cf

Please sign in to comment.