Skip to content

Commit

Permalink
chore: update scala-xml from 1.3.1 to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Nov 12, 2024
1 parent 8c3a391 commit 72fbdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ addSbtPlugin("com.typesafe.play" %% "sbt-plugin" % "2.9.5")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.2")

ThisBuild / dependencyOverrides ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % "1.3.1"
"org.scala-lang.modules" %% "scala-xml" % "2.3.0"
)

0 comments on commit 72fbdd6

Please sign in to comment.