Skip to content

Commit

Permalink
Update scala-xml to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and an-tex committed Nov 4, 2024
1 parent 31e9daa commit 2104941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val scalamock = "org.scalamock" %% "scalamock" % "6.0.0" % Test
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16"
val scalaJavaTime = Def.setting("io.github.cquiroz" %%% "scala-java-time" % "2.6.0")
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
val nameOf = "com.github.dwickern" %% "scala-nameof" % "3.0.0-antex"

val overrides = akka.overrides ++ Seq(
Expand Down

0 comments on commit 2104941

Please sign in to comment.