From 2070408f530cc6a7d86719226deba0c7f7754df4 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Mon, 23 Oct 2023 16:02:59 +0800 Subject: [PATCH] Pin sbt-java-formatter to 0.7.0 --- .scala-steward.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 0fbf051a110..849452a7d01 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -17,6 +17,7 @@ updates.ignore = [ { groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" } { groupId = "org.agrona", artifactId = "agrona" } { groupId = "org.mockito", artifactId = "mockito-core" } + { groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" } ] updatePullRequests = "always"