Skip to content

Commit

Permalink
Update to htsjdk 2.23.0 (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant authored Jul 8, 2020
1 parent 83c3d13 commit 3f22b39
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(buildPrerequisitesMessage) {

ensureBuildPrerequisites(buildPrerequisitesMessage)

final htsjdkVersion = System.getProperty('htsjdk.version', '2.22.0')
final htsjdkVersion = System.getProperty('htsjdk.version', '2.23.0')
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 3f22b39

Please sign in to comment.