diff --git a/build.sbt b/build.sbt index 3a435662..5c4bc2b8 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.1.1", "org.yaml" % "snakeyaml" % "2.2", "com.univocity" % "univocity-parsers" % "2.9.1" )).map(_.exclude("com.google.code.findbugs", "jsr305"))