Skip to content

Commit

Permalink
remove scala-xml libraryDependencySchemes setting in plugins.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Dec 1, 2024
1 parent 7c60583 commit b975746
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")

// https://github.com/scala/bug/issues/12632
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

0 comments on commit b975746

Please sign in to comment.