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

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jul 30, 2022
1 parent e13b512 commit 1349263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-artifact-registry</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-artifact-registry:1.2.2'
implementation 'com.google.cloud:google-cloud-artifact-registry:1.2.3'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.2.2"
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.2.3"
```

## Authentication
Expand Down

0 comments on commit 1349263

Please sign in to comment.