From 02b87dda150b158ebb3d1903d606a8ca3df592a6 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Sun, 18 Feb 2024 10:26:54 +0100 Subject: [PATCH] Remove unnecessary scalafmt ignore --- .scala-steward.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 51a7884ef3b..2acb1848198 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -5,8 +5,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" }