From 73072c0b570fa005cb67d19cce03535941924f44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 01:57:29 +0000 Subject: [PATCH] Update htsjdk to 4.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a0b97146..b7cc0ce92 100644 --- a/build.sbt +++ b/build.sbt @@ -187,7 +187,7 @@ ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDepe "io.netty" % "netty-all" % "4.1.96.Final", "io.netty" % "netty-handler" % "4.1.96.Final", "io.netty" % "netty-transport-native-epoll" % "4.1.96.Final", - "com.github.samtools" % "htsjdk" % "3.0.5", + "com.github.samtools" % "htsjdk" % "4.3.0", "org.yaml" % "snakeyaml" % "2.2", "com.univocity" % "univocity-parsers" % "2.9.1" )).map(_.exclude("com.google.code.findbugs", "jsr305"))