Skip to content

Commit 69c227c

Browse files
scalameta-bottgodzik
authored andcommitted
Update scala-xml to 2.3.0
1 parent 71d67bd commit 69c227c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ lazy val docs = project
518518
Some(folders)
519519
},
520520
dependencyOverrides += {
521-
"org.scala-lang.modules" %%% "scala-xml" % "2.1.0"
521+
"org.scala-lang.modules" %%% "scala-xml" % "2.3.0"
522522
},
523523
mdocVariables := {
524524
val stableVersion: String =

mdoc-sbt/src/main/scala/mdoc/MdocPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ object MdocPlugin extends AutoPlugin {
103103
"org.scala-lang" %% "scala3-library" % scalaVersion.value,
104104
"org.scala-lang" %% "scala3-compiler" % scalaVersion.value,
105105
"org.scala-lang" %% "tasty-core" % scalaVersion.value,
106-
"org.scala-lang.modules" %% "scala-xml" % "2.1.0"
106+
"org.scala-lang.modules" %% "scala-xml" % "2.3.0"
107107
),
108108
libraryDependencies ++= {
109109
val isJS = mdocJS.value.isDefined

0 commit comments

Comments
 (0)