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 committed Nov 25, 2024
1 parent b2d7fa6 commit b8de080
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 @@ -51,7 +51,7 @@ object Dependencies {
val jsch = "com.github.mwiede" % "jsch" % "0.2.17" intransitive ()
val scalaReflect = Def.setting { "org.scala-lang" % "scala-reflect" % scalaVersion.value }
val scalaCompiler = Def.setting { "org.scala-lang" % "scala-compiler" % scalaVersion.value }
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
val scalaVerify = "com.eed3si9n.verify" %% "verify" % "1.0.0"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
Expand Down

0 comments on commit b8de080

Please sign in to comment.