This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
20
20
<dependency >
21
21
<groupId >com.google.cloud</groupId >
22
22
<artifactId >google-cloud-binary-authorization</artifactId >
23
- <version >0.1.1 </version >
23
+ <version >0.2.0 </version >
24
24
</dependency >
25
25
```
26
26
27
27
If you are using Gradle without BOM, add this to your dependencies
28
28
``` Groovy
29
- compile 'com.google.cloud:google-cloud-binary-authorization:0.1.1 '
29
+ compile 'com.google.cloud:google-cloud-binary-authorization:0.2.0 '
30
30
```
31
31
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-binary-authorization" % " 0.1.1 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-binary-authorization" % " 0.2.0 "
35
35
```
36
36
37
37
## Authentication
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >com.google.cloud</groupId >
78
78
<artifactId >google-cloud-shared-dependencies</artifactId >
79
- <version >2.0.0 </version >
79
+ <version >2.0.1 </version >
80
80
<type >pom</type >
81
81
<scope >import</scope >
82
82
</dependency >
You can’t perform that action at this time.
0 commit comments