Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Update scala-xml to 2.0.0 #112

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object Dependencies {
val commonCodec = "commons-codec" % "commons-codec" % "1.15"
val jose4j = "org.bitbucket.b_c" % "jose4j" % "0.7.7"
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15on" % "1.68"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.0.0"
val collectionCombat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
Expand Down