Skip to content

Commit d3b614d

Browse files
authored
Update java/spark for version 0.15.0 (#435)
1 parent 066c979 commit d3b614d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apis/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'io.tiledb'
10-
version '0.14.0'
10+
version '0.15.0'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8

apis/spark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'io.tiledb'
10-
version '0.14.0'
10+
version '0.15.0'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8

apis/spark3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'io.tiledb'
10-
version '0.14.0'
10+
version '0.15.0'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8

0 commit comments

Comments
 (0)