Skip to content

Commit 37f7629

Browse files
authored
bump: scala-xml 2.2.0 (#4376)
1 parent 1261a17 commit 37f7629

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.scala-steward.conf

+5-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ updates.ignore = [
1515
]
1616

1717
updates.pin = [
18-
# Stay on ScalaTest 3.1 as long as Akka TestKit does
19-
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." },
20-
# https://github.com/akka/akka/pull/28970 / https://github.com/akka/akka/issues/29072
21-
{ groupId = "com.fasterxml.jackson.core", version = "2.10." },
22-
{ groupId = "com.fasterxml.jackson.dataformat", version = "2.10." },
23-
# https://github.com/akka/akka-http/issues/3719
24-
{ groupId = "org.scala-sbt", artifactId = "sbt", version = "1.3." },
25-
# https://github.com/akka/akka-http/pull/3995#issuecomment-1009951997
26-
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "1." },
18+
# Align with Scalatest dependency from Akka TestKit does
19+
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.2." },
20+
# align with Akka jackson version
21+
{ groupId = "com.fasterxml.jackson.core", version = "2.15." },
22+
{ groupId = "com.fasterxml.jackson.dataformat", version = "2.15." },
2723
# https://github.com/akka/akka-http/pull/3996#issuecomment-1009953070
2824
{ groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." },
2925
# https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Dependencies {
4242
}
4343

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

4747

4848

0 commit comments

Comments
 (0)