File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ 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-bigquerymigration</artifactId >
25
- <version >0.3 .0</version >
25
+ <version >0.4 .0</version >
26
26
</dependency >
27
27
28
28
```
29
29
30
30
If you are using Gradle without BOM, add this to your dependencies
31
31
32
32
``` Groovy
33
- implementation 'com.google.cloud:google-cloud-bigquerymigration:0.3 .0'
33
+ implementation 'com.google.cloud:google-cloud-bigquerymigration:0.4 .0'
34
34
```
35
35
36
36
If you are using SBT, add this to your dependencies
37
37
38
38
``` Scala
39
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquerymigration" % " 0.3 .0"
39
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerymigration" % " 0.4 .0"
40
40
```
41
41
42
42
## Authentication
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >google-cloud-bigquerymigration</artifactId >
32
- <version >0.3 .0</version >
32
+ <version >0.4 .0</version >
33
33
</dependency >
34
34
<!-- [END bigquerymigration_install_without_bom] -->
35
35
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-bigquerymigration</artifactId >
31
- <version >0.3 .0</version >
31
+ <version >0.4 .0</version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-bigquerymigration</artifactId >
31
- <version >0.3 .0</version >
31
+ <version >0.4 .0</version >
32
32
</dependency >
33
33
34
34
<dependency >
You can’t perform that action at this time.
0 commit comments