File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ If you are using Maven, add this to your pom.xml file
18
18
<dependency >
19
19
<groupId >com.google.cloud</groupId >
20
20
<artifactId >google-cloud-bigquery</artifactId >
21
- <version >1.99 .0</version >
21
+ <version >1.100 .0</version >
22
22
</dependency >
23
23
```
24
24
If you are using Gradle, add this to your dependencies
25
25
``` Groovy
26
- compile 'com.google.cloud:google-cloud-bigquery:1.99 .0'
26
+ compile 'com.google.cloud:google-cloud-bigquery:1.100 .0'
27
27
```
28
28
If you are using SBT, add this to your dependencies
29
29
``` Scala
30
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 1.99 .0"
30
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 1.100 .0"
31
31
```
32
32
[ // ] : # ( {x-version-update-end} )
33
33
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >google-cloud-bigquery</artifactId >
5
- <version >1.99.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
5
+ <version >1.100.0 </version ><!-- {x-version-update:google-cloud-bigquery:current} -->
6
6
<packaging >jar</packaging >
7
7
<name >Google Cloud BigQuery</name >
8
8
<url >https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigquery</url >
12
12
<parent >
13
13
<groupId >com.google.cloud</groupId >
14
14
<artifactId >google-cloud-clients</artifactId >
15
- <version >0.117.1 -alpha-SNAPSHOT </version ><!-- {x-version-update:google-cloud-clients:current} -->
15
+ <version >0.118.0 -alpha</version ><!-- {x-version-update:google-cloud-clients:current} -->
16
16
</parent >
17
17
<properties >
18
18
<site .installationModule>google-cloud-bigquery</site .installationModule>
You can’t perform that action at this time.
0 commit comments