Skip to content

Commit

Permalink
Move to 1.1.1 version of genomicsdb to fix Forum Issue 59636 and Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Sep 15, 2019
1 parent dcf52e1 commit dffe9e0
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 @@ -64,7 +64,7 @@ final barclayVersion = System.getProperty('barclay.version','2.1.0')
final sparkVersion = System.getProperty('spark.version', '2.4.3')
final hadoopVersion = System.getProperty('hadoop.version', '2.8.2')
final disqVersion = System.getProperty('disq.version','0.3.3')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.1.0.1')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.1.1')
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 dffe9e0

Please sign in to comment.