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

Commit 88e4292

Browse files
chore: update readme(#87)
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
1 parent e17b055 commit 88e4292

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ If you are using Maven, add this to your pom.xml file:
2929

3030
If you are using Gradle, add this to your dependencies
3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-bigqueryconnection:0.3.1'
32+
compile 'com.google.cloud:google-cloud-bigqueryconnection:0.3.0'
3333
```
3434
If you are using SBT, add this to your dependencies
3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "0.3.1"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "0.3.0"
3737
```
3838
[//]: # ({x-version-update-end})
3939

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
7-
"sha": "105e18cc22d331373c483039a36233c2b26eac3a"
7+
"sha": "e17b055013d52f9285469bae6f8a710a4b101858"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)