Skip to content

Commit

Permalink
Upgrade to Picard 2.27.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Jun 13, 2022
1 parent 7503478 commit 08906d4
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','3.0.0')
final picardVersion = System.getProperty('picard.version','2.27.1')
final picardVersion = System.getProperty('picard.version','2.27.3')
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 08906d4

Please sign in to comment.