Skip to content

Commit

Permalink
chore: regenerate README (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 5, 2021
1 parent 8812bb8 commit d089a0b
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.git",
"sha": "7d41486121f9c067547a54cbe7f20921e762efa1"
"sha": "8812bb85b12666536c54d2284cb25ff7946654e5"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "140ba24a136c63e7f10a998a63e7898aed63ea7d"
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -32,12 +32,12 @@ If you are using Maven, add this to your pom.xml file:

If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-pubsublite:0.9.0'
compile 'com.google.cloud:google-cloud-pubsublite:0.10.0'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.9.0"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.10.0"
```

## Authentication
Expand Down

0 comments on commit d089a0b

Please sign in to comment.