Skip to content

Commit

Permalink
Merge pull request #329 from innFactory/update/scala-xml-1.3.1
Browse files Browse the repository at this point in the history
chore: update scala-xml from 1.3.0 to 1.3.1
  • Loading branch information
mergify[bot] authored Nov 11, 2024
2 parents 479b7df + 719f85d commit 8c3a391
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.0"
"org.scala-lang.modules" %% "scala-xml" % "1.3.1"
)

0 comments on commit 8c3a391

Please sign in to comment.