Pin sbt-assembly version to 2.2 (#2122)

This commit is contained in:
PJ Fanning 2025-08-31 14:26:51 +01:00 committed by GitHub
parent b5131ae689
commit 28680b3548
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" }
]