From 72fbdd64677cdde683a45138b9db125d088cfe86 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 12 Nov 2024 00:23:23 +0000 Subject: [PATCH] chore: update scala-xml from 1.3.1 to 2.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c76d033..2e2e572 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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" )