Skip to content

Commit

Permalink
upgrading htsjdk 2.15.1 -> 2.16.0 (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson authored and danxmoran committed Jun 19, 2018
1 parent e4344e0 commit b02e42e
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 @@ def ensureBuildPrerequisites(requiredJavaVersion, buildPrerequisitesMessage) {
}
ensureBuildPrerequisites(requiredJavaVersion, buildPrerequisitesMessage)

final htsjdkVersion = System.getProperty('htsjdk.version', '2.15.1')
final htsjdkVersion = System.getProperty('htsjdk.version', '2.16.0')

// We use a custom shaded build of the NIO library to avoid a regression in the authentication layer.
// GATK does the same, see https://github.com/broadinstitute/gatk/issues/3591
Expand Down

0 comments on commit b02e42e

Please sign in to comment.