Skip to content

Commit

Permalink
Move to GenomicsDB 1.5.2 which supports M1 macs (#8710)
Browse files Browse the repository at this point in the history
* Support for MacOS universal builds (intel AND M1)
* Catch JNI importer exceptions and propagate them as java IOExceptions
* Turn off HDFS support by default

Co-authored-by: Nalini Ganapati <[email protected]>
  • Loading branch information
nalinigans and nalinigans committed Mar 5, 2024
1 parent cfd4d87 commit c97faf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ final barclayVersion = System.getProperty('barclay.version','5.0.0')
final sparkVersion = System.getProperty('spark.version', '3.5.0')
final hadoopVersion = System.getProperty('hadoop.version', '3.3.6')
final disqVersion = System.getProperty('disq.version','0.3.8')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.5.1')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.5.2')
final bigQueryVersion = System.getProperty('bigQuery.version', '2.35.0')
final bigQueryStorageVersion = System.getProperty('bigQueryStorage.version', '2.47.0')
final guavaVersion = System.getProperty('guava.version', '32.1.3-jre')
Expand Down

0 comments on commit c97faf6

Please sign in to comment.