Skip to content

Commit

Permalink
Update scala-xml to a much more recent version and drop the collectio…
Browse files Browse the repository at this point in the history
…ns-compat requirement we no longer need. (#838)
  • Loading branch information
tfenne authored May 3, 2022
1 parent c2be4c6 commit 46d4346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ lazy val root = Project(id="fgbio", base=file("."))
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-xml" % "1.2.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.1",
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
"com.fulcrumgenomics" %% "commons" % "1.4.0",
"com.fulcrumgenomics" %% "sopt" % "1.1.0",
"com.github.samtools" % "htsjdk" % "2.24.1-26-ga38c78d-SNAPSHOT" excludeAll(htsjdkExcludes: _*),
Expand Down

0 comments on commit 46d4346

Please sign in to comment.