Skip to content

Commit

Permalink
docs(owlbot-java): explaining why not using formatter in pom.xml (#1511)
Browse files Browse the repository at this point in the history
Fixes #1502
Source-Link: googleapis/synthtool@26ea255
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b
  • Loading branch information
gcf-owl-bot[bot] committed Aug 1, 2022
1 parent 6231be7 commit 417132e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
# created: 2022-07-18T21:44:23.94208526Z
digest: sha256:7a9a7eb50ca2af5bfffab3abd2f38d408735c990a74bacf9b7fde2af0a086a0b
# created: 2022-08-01T15:27:14.757266067Z
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-bigquery:2.14.0'
implementation 'com.google.cloud:google-cloud-bigquery:2.14.1'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.1"
```

## Authentication
Expand Down

0 comments on commit 417132e

Please sign in to comment.