We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564f5bf commit 72e0985Copy full SHA for 72e0985
1 file changed
build.sbt
@@ -188,7 +188,7 @@ ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDepe
188
"io.netty" % "netty-handler" % "4.1.96.Final",
189
"io.netty" % "netty-transport-native-epoll" % "4.1.96.Final",
190
"com.github.samtools" % "htsjdk" % "3.0.5",
191
- "org.yaml" % "snakeyaml" % "2.2",
+ "org.yaml" % "snakeyaml" % "2.5",
192
"com.univocity" % "univocity-parsers" % "2.9.1"
193
)).map(_.exclude("com.google.code.findbugs", "jsr305"))
194
0 commit comments