Skip to content

Commit

Permalink
Update htsjdk to 4.0.2 (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Nov 14, 2023
1 parent 5721517 commit 7c65e3c
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 @@ -59,7 +59,7 @@ def ensureBuildPrerequisites(buildPrerequisitesMessage) {

ensureBuildPrerequisites(buildPrerequisitesMessage)

final htsjdkVersion = System.getProperty('htsjdk.version', '3.0.5')
final htsjdkVersion = System.getProperty('htsjdk.version', '4.0.2')
dependencies {
implementation('com.intel.gkl:gkl:0.8.11') {
exclude module: 'htsjdk'
Expand Down

0 comments on commit 7c65e3c

Please sign in to comment.