Skip to content

Commit f59ee11

Browse files
authored
Update java/spark for version 0.24.2 (#549)
1 parent 76639a1 commit f59ee11

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.24.1'
10+
version '0.24.2'
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.24.1'
10+
version '0.24.2'
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.24.1'
10+
version '0.24.2'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8

0 commit comments

Comments
 (0)