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

Commit decf63e

Browse files
chore: regenerate README (#481)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-15 15:34:01,499 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dataproc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-15 15:34:02,457 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/e28b854b-55cb-4afb-a9eb-dca560ce2e82/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 83aa000 commit decf63e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dataproc.git",
7-
"sha": "46028fe9ceebafb3036b79f8c12b92abf460616d"
7+
"sha": "83aa0008591bcd364df704c319ed4259a87eec9c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "2e7bd5cc66a3f0b90ce1c150eb35c89eeb9872d6"
14+
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-dataproc'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-dataproc:1.2.1'
55+
compile 'com.google.cloud:google-cloud-dataproc:1.3.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "1.2.1"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "1.3.0"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)