Skip to content

Commit

Permalink
exclude scala xml 3 and not 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Oct 10, 2024
1 parent 03e7d57 commit be67f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ lazy val artifactSettings: Seq[Setting[_]] = baseSettings ++ Seq(
buildInfoOptions := Seq(BuildInfoOption.BuildTime),
excludeDependencies ++= Seq(
"org.scala-lang.modules" % "scala-parser-combinators_2.13",
"org.scala-lang.modules" % "scala-xml_2.13",
"org.scala-lang.modules" % "scala-xml_3",
"org.scalactic" % "scalactic_2.13",
),

Expand Down

0 comments on commit be67f3e

Please sign in to comment.