Skip to content

Commit

Permalink
Upgrade to the latests Picard version to pick up changes for flow bas…
Browse files Browse the repository at this point in the history
…ed sequencing.
  • Loading branch information
cmnbroad committed Jul 18, 2022
1 parent 7886434 commit aa45aa8
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.3')
final picardVersion = System.getProperty('picard.version','2.27.4')
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 aa45aa8

Please sign in to comment.