Pin sbt-assembly version to 2.2 (#2122)
This commit is contained in:
parent
b5131ae689
commit
28680b3548
1 changed files with 2 additions and 1 deletions
|
|
@ -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" }
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue