~jan0sch/smederee
Showing details for patch 37e7260bfca1ebee3a155b62b392b0fcce365bce.
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt --- old-smederee/build.sbt 2025-01-15 18:42:00.441190432 +0000 +++ new-smederee/build.sbt 2025-01-15 18:42:00.441190432 +0000 @@ -182,7 +182,7 @@ case module if module.name == "twirl-api" => module.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-xml_2.13") case module => module - } ++ Seq("org.scala-lang.modules" %% "scala-xml" % "2.1.0"), + } ++ Seq("org.scala-lang.modules" %% "scala-xml" % "2.2.0"), TwirlKeys.templateImports ++= Seq( "cats._", "cats.data._", @@ -336,7 +336,7 @@ case module if module.name == "twirl-api" => module.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-xml_2.13") case module => module - } ++ Seq("org.scala-lang.modules" %% "scala-xml" % "2.1.0"), + } ++ Seq("org.scala-lang.modules" %% "scala-xml" % "2.2.0"), TwirlKeys.templateImports ++= Seq( "cats._", "cats.data._", @@ -417,7 +417,7 @@ case module if module.name == "twirl-api" => module.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-xml_2.13") case module => module - } ++ Seq("org.scala-lang.modules" %% "scala-xml" % "2.1.0"), + } ++ Seq("org.scala-lang.modules" %% "scala-xml" % "2.2.0"), ) // *****************************************************************************