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

fix: update gapic-generator-java with mock service generation fixes #118

Merged
merged 10 commits into from
Jun 30, 2022
Prev Previous commit
Next Next commit
Merge branch 'main' into owl-bot-copy
Neenu1995 authored Jun 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d5953bd58dc6827927db10473047c2d64cacebe8
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-deploy</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-deploy:1.1.0'
implementation 'com.google.cloud:google-cloud-deploy:1.1.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.1"
```

## Authentication
You are viewing a condensed version of this merge commit. You can view the full changes here.