From 719f85dc17e7366784af830858b7e7f5309b4dac Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Mon, 11 Nov 2024 00:24:08 +0000 Subject: [PATCH] chore: update scala-xml from 1.3.0 to 1.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1ef3b73..c76d033 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.0" + "org.scala-lang.modules" %% "scala-xml" % "1.3.1" )