Skip to content

Commit

Permalink
Upgrade picard.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Mar 26, 2019
1 parent 0065758 commit 470b36b
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 @@ -59,7 +59,7 @@ repositories {

final requiredJavaVersion = "8"
final htsjdkVersion = System.getProperty('htsjdk.version','2.19.0')
final picardVersion = System.getProperty('picard.version','2.18.25')
final picardVersion = System.getProperty('picard.version','2.19.0')
final barclayVersion = System.getProperty('barclay.version','2.1.0')
final sparkVersion = System.getProperty('spark.version', '2.2.0')
final hadoopVersion = System.getProperty('hadoop.version', '2.8.2')
Expand Down

0 comments on commit 470b36b

Please sign in to comment.