diff --git a/.scala-steward.conf b/.scala-steward.conf index 7e3010e7a2..8e5a0e4dba 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,6 +1,8 @@ updates.pin = [ # Scala 3.3 is the latest LTS version { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." } + # sbt-assembly 2.3 causes build issues (https://github.com/apache/pekko/pull/1744) + { groupId = "com.eed3si9n", artifactId = "sbt-assembly", version = "2.2." } ] updates.ignore = [ @@ -13,7 +15,6 @@ updates.ignore = [ { groupId = "com.fasterxml.jackson.datatype" } { groupId = "com.fasterxml.jackson.jaxrs" } # other ignored updates - { groupId = "com.typesafe", artifactId = "ssl-config-core" } { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" } ]