Skip to content

Commit 7abd09b

Browse files
chore: fix minor typos in README and pom templates (#1479) (#209)
Source-Link: googleapis/synthtool@18d4e9b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
1 parent eca02af commit 7abd09b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

java-life-sciences/.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
17-
# created: 2022-06-29T23:17:33.110417661Z
16+
digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
17+
# created: 2022-07-07T14:26:11.880812641Z

java-life-sciences/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-life-sciences</artifactId>
25-
<version>0.4.1</version>
25+
<version>0.5.0</version>
2626
</dependency>
2727
```
2828

29-
If you are using Gradle without BOM, add this to your dependencies
29+
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-life-sciences:0.4.1'
32+
implementation 'com.google.cloud:google-cloud-life-sciences:0.5.0'
3333
```
3434

35-
If you are using SBT, add this to your dependencies
35+
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.4.1"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.5.0"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)