From 28c5b7c75b645a083050163781ea60c6044c65dd Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Sun, 18 Feb 2024 11:13:01 +0100 Subject: [PATCH] Remove unnecessary scalafmt ignore (#1134) --- .scala-steward.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index ec1b22dde1..27030f138b 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -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" }