Skip to content

Commit

Permalink
Merge pull request #113 from geirolz/update/scala-xml-2.2.0
Browse files Browse the repository at this point in the history
Update scala-xml to 2.2.0
  • Loading branch information
geirolz authored Sep 20, 2023
2 parents 3afeeb4 + 02d79f0 commit cafb520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object ProjectDependencies {

object Standard {
val dedicated: Seq[ModuleID] = Seq(
"org.scala-lang.modules" %% "scala-xml" % "2.1.0"
"org.scala-lang.modules" %% "scala-xml" % "2.2.0"
)
}

Expand Down

0 comments on commit cafb520

Please sign in to comment.