Remove unnecessary scalafmt ignore (#1134)

This commit is contained in:
Matthew de Detrich 2024-02-18 11:13:01 +01:00 committed by GitHub
parent 1e41829bf7
commit 28c5b7c75b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,6 @@ updates.pin = [
]
updates.ignore = [
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
{ groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
// these will get updated along with jackson-core, so no need to update them
// separately
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" }