This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-batch</artifactId >
25
- <version >0.1.1 </version >
25
+ <version >0.2.0 </version >
26
26
</dependency >
27
27
```
28
28
29
29
If you are using Gradle without BOM, add this to your dependencies
30
30
31
31
``` Groovy
32
- implementation 'com.google.cloud:google-cloud-batch:0.1.1 '
32
+ implementation 'com.google.cloud:google-cloud-batch:0.2.0 '
33
33
```
34
34
35
35
If you are using SBT, add this to your dependencies
36
36
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-batch" % " 0.1.1 "
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-batch" % " 0.2.0 "
39
39
```
40
40
41
41
## Authentication
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
10
10
<artifactId >google-cloud-shared-config</artifactId >
11
- <version >1.5.0 </version >
11
+ <version >1.5.1 </version >
12
12
</parent >
13
13
14
14
<name >Google Google Cloud Batch BOM</name >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >google-cloud-shared-config</artifactId >
17
- <version >1.5.0 </version >
17
+ <version >1.5.1 </version >
18
18
</parent >
19
19
20
20
<developers >
You can’t perform that action at this time.
0 commit comments