Skip to content

Commit

Permalink
bump: Scala XML 2.1.0 for all Scala versions (akka#4207)
Browse files Browse the repository at this point in the history
* bump: Scala XML 2.0.1 for all Scala versions
  • Loading branch information
johanandren committed Jan 12, 2023
1 parent b338277 commit 84af061
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ object Dependencies {
}

object Compile {
val scalaXml = {
val xml = "org.scala-lang.modules" %% "scala-xml" // Scala License
ScalaVersionDependentModuleID.versioned {
case v if v.startsWith("2.") => xml % "1.3.0"
case _ => xml % "2.0.1"
}
}
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0" // Scala License



// For akka-http spray-json support
Expand Down

0 comments on commit 84af061

Please sign in to comment.