Skip to content

Commit

Permalink
chore: regenerate README (#242)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-08-11 16:15:27,121 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-pubsublite-spark/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-11 16:15:28,203 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/c609d9e9-7062-4c8b-a16a-f89847b4b4f8/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 11, 2021
1 parent 949b2c0 commit e887068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsublite-spark.git",
"sha": "d39175b2d0a642186933696734ee16867cb67e76"
"sha": "949b2c0dc00344cd9fba9a7113e9ea11b511cf88"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-spark-sql-streaming</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:pubsublite-spark-sql-streaming:0.3.0'
compile 'com.google.cloud:pubsublite-spark-sql-streaming:0.3.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "pubsublite-spark-sql-streaming" % "0.3.0"
libraryDependencies += "com.google.cloud" % "pubsublite-spark-sql-streaming" % "0.3.1"
```

## Authentication
Expand Down

0 comments on commit e887068

Please sign in to comment.