diff --git a/.scala-steward.conf b/.scala-steward.conf index c5f00eee4..fc73c1903 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -14,10 +14,8 @@ updates.pin = [ # pin to jackson version used in pekko-core { groupId = "com.fasterxml.jackson.core", version = "2.18." }, { groupId = "com.fasterxml.jackson.dataformat", version = "2.18." }, - # https://github.com/akka/akka-http/pull/3995#issuecomment-1009951997 - { groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "1." }, - # https://github.com/akka/akka-http/pull/3996#issuecomment-1009953070 - { groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." }, + # specs2 v5 needs newer java version + { groupId = "org.specs2", artifactId = "specs2-core", version = "4." }, # https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622 { groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine", version = "2.9." }, # Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11