From 9976a19a3c6e3811fe6c23e9cef5e41b1b6801ed Mon Sep 17 00:00:00 2001 From: "scala-steward-projectglow[bot]" <159218053+scala-steward-projectglow[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:11:01 +0000 Subject: [PATCH] Update picard to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f086a9ad..60cdd918 100644 --- a/build.sbt +++ b/build.sbt @@ -180,7 +180,7 @@ ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDepe "org.seqdoop" % "hadoop-bam" % "7.10.0", "org.slf4j" % "slf4j-api" % "2.0.13", "org.jdbi" % "jdbi" % "2.78", - "com.github.broadinstitute" % "picard" % "2.27.5", + "com.github.broadinstitute" % "picard" % "3.2.0", "org.apache.commons" % "commons-lang3" % "3.14.0", // Fix versions of libraries that are depended on multiple times "org.apache.hadoop" % "hadoop-client" % "3.3.6",