Skip to content

Commit

Permalink
Move to GenomicsDB 1.0.0-rc2 for #5568 and #5342
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Jan 26, 2019
1 parent ec2a6f7 commit 7c451d8
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 @@ -65,7 +65,7 @@ final sparkVersion = System.getProperty('spark.version', '2.2.0')
final hadoopVersion = System.getProperty('hadoop.version', '2.8.2')
final disqVersion = System.getProperty('disq.version','0.2.0')
final tensorflowVersion = System.getProperty('tensorflow.version','1.9.0')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.0.0.beta1')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.0.0-rc2')
final testNGVersion = '6.11'
// Using the shaded version to avoid conflicts between its protobuf dependency
// and that of Hadoop/Spark (either the one we reference explicitly, or the one
Expand Down

0 comments on commit 7c451d8

Please sign in to comment.