Skip to content

Commit

Permalink
Update htsjdk to 2.21.2 (#1471)
Browse files Browse the repository at this point in the history
* htsjdk 2.21.0 -> 2.21.2
  • Loading branch information
lbergelson committed Feb 21, 2020
1 parent a7f9963 commit 4782078
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 @@ -65,7 +65,7 @@ def ensureBuildPrerequisites(rbuildPrerequisitesMessage) {

ensureBuildPrerequisites(buildPrerequisitesMessage)

final htsjdkVersion = System.getProperty('htsjdk.version', '2.21.0')
final htsjdkVersion = System.getProperty('htsjdk.version', '2.21.2')
final googleNio = 'com.google.cloud:google-cloud-nio:0.107.0-alpha:shaded'

// Get the jdk files we need to run javaDoc. We need to use these during compile, testCompile,
Expand Down

0 comments on commit 4782078

Please sign in to comment.