Skip to content

Commit

Permalink
bump: scala-xml 2.2.0 (#4376)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Apr 10, 2024
1 parent 1261a17 commit 37f7629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ updates.ignore = [
]

updates.pin = [
# Stay on ScalaTest 3.1 as long as Akka TestKit does
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." },
# https://github.com/akka/akka/pull/28970 / https://github.com/akka/akka/issues/29072
{ groupId = "com.fasterxml.jackson.core", version = "2.10." },
{ groupId = "com.fasterxml.jackson.dataformat", version = "2.10." },
# https://github.com/akka/akka-http/issues/3719
{ groupId = "org.scala-sbt", artifactId = "sbt", version = "1.3." },
# https://github.com/akka/akka-http/pull/3995#issuecomment-1009951997
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "1." },
# Align with Scalatest dependency from Akka TestKit does
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.2." },
# align with Akka jackson version
{ groupId = "com.fasterxml.jackson.core", version = "2.15." },
{ groupId = "com.fasterxml.jackson.dataformat", version = "2.15." },
# https://github.com/akka/akka-http/pull/3996#issuecomment-1009953070
{ groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." },
# https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object Dependencies {
}

object Compile {
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0" // Scala License
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0" // Scala License



Expand Down

0 comments on commit 37f7629

Please sign in to comment.