Skip to content

Commit

Permalink
Merge pull request #756 from scala-steward/update/scala-xml-2.3.0
Browse files Browse the repository at this point in the history
scala-xml 2.3.0 (was 2.2.0)
  • Loading branch information
mkurz authored Jun 27, 2024
2 parents 247e9f5 + 3ce71a9 commit bd25b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lazy val api = crossProject(JVMPlatform, JSPlatform)
"org.scalatest.tools.ScalaTestFramework"
)
),
libraryDependencies += "org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
libraryDependencies += "org.scala-lang.modules" %%% "scala-xml" % "2.3.0",
libraryDependencies += "org.scalatest" %%% "scalatest" % ScalaTestVersion % Test,
)

Expand Down

0 comments on commit bd25b67

Please sign in to comment.