Skip to content

Commit

Permalink
chore: fix regex in formatter to match string (#1296)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@a141770
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:0ab8611cd29e7aba8413c6f83ed1734b60fddf845b4a37808b742302d32dd043
  • Loading branch information
gcf-owl-bot[bot] committed Dec 2, 2021
1 parent bbf2915 commit 536a16b
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/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:5b8c790f57cca57e6b37ba25f79291265c218cea3e6ba9714b001910ab3f1419
digest: sha256:0ab8611cd29e7aba8413c6f83ed1734b60fddf845b4a37808b742302d32dd043
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -58,13 +58,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.4.1'
implementation 'com.google.cloud:google-cloud-bigquery:2.5.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.4.1"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.5.0"
```

## Authentication
Expand Down

0 comments on commit 536a16b

Please sign in to comment.