Skip to content

Commit

Permalink
Update Picard to 2.27.1 (#7766)
Browse files Browse the repository at this point in the history
  • Loading branch information
droazen committed Apr 8, 2022
1 parent 8318e69 commit 8bce5ed
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 @@ -61,7 +61,7 @@ repositories {
}

final htsjdkVersion = System.getProperty('htsjdk.version','2.24.1')
final picardVersion = System.getProperty('picard.version','2.25.4')
final picardVersion = System.getProperty('picard.version','2.27.1')
final barclayVersion = System.getProperty('barclay.version','4.0.2')
final sparkVersion = System.getProperty('spark.version', '2.4.5')
final scalaVersion = System.getProperty('scala.version', '2.11')
Expand Down

0 comments on commit 8bce5ed

Please sign in to comment.