Skip to content

Commit

Permalink
Merge pull request #779 from mkurz/scala-xml-2.2.0
Browse files Browse the repository at this point in the history
scala-xml 2.2.0
  • Loading branch information
mkurz authored Jul 17, 2023
2 parents 6ef7c60 + 212ada2 commit 97f36e9
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 @@ -34,7 +34,7 @@ object Dependencies {

val sslConfigCore = Seq("com.typesafe" %% "ssl-config-core" % "0.6.1")

val scalaXml = Seq("org.scala-lang.modules" %% "scala-xml" % "2.1.0")
val scalaXml = Seq("org.scala-lang.modules" %% "scala-xml" % "2.2.0")

val oauth = Seq("oauth.signpost" % "signpost-core" % "2.1.1")

Expand Down

0 comments on commit 97f36e9

Please sign in to comment.