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

Commit

Permalink
chore: update template (#70)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation committed Jun 26, 2020
1 parent 70cec50 commit 75d63e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,11 +29,11 @@ If you are using Maven, add this to your pom.xml file:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigqueryconnection:0.2.0'
compile 'com.google.cloud:google-cloud-bigqueryconnection:0.1.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "0.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "0.1.0"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
"sha": "2b2f45d4475c04a32ab5ade53192b1589290bb6b"
"sha": "70cec5026dfa8f37a32b42ec4112d49e64f9f73b"
}
},
{
Expand Down

0 comments on commit 75d63e4

Please sign in to comment.