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

Commit

Permalink
feat: configure initial sp version (#550)
Browse files Browse the repository at this point in the history
Configures CI for branch
  • Loading branch information
Neenu1995 committed Jul 29, 2021
1 parent 2ecec6d commit f42dd28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -45,18 +45,18 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:20.8.0')
implementation platform('com.google.cloud:libraries-bom:20.9.0')
compile 'com.google.cloud:google-cloud-build'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-build:2.6.2'
compile 'com.google.cloud:google-cloud-build:2.6.3'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-build" % "2.6.2"
libraryDependencies += "com.google.cloud" % "google-cloud-build" % "2.6.3"
```

## Authentication
Expand Down

0 comments on commit f42dd28

Please sign in to comment.