Pin sbt-java-formatter to 0.7.0

This commit is contained in:
He-Pin 2023-10-23 16:02:59 +08:00 committed by kerr
parent 00c6bac1a7
commit 2070408f53

View file

@ -17,6 +17,7 @@ updates.ignore = [
{ groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" } { groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" }
{ groupId = "org.agrona", artifactId = "agrona" } { groupId = "org.agrona", artifactId = "agrona" }
{ groupId = "org.mockito", artifactId = "mockito-core" } { groupId = "org.mockito", artifactId = "mockito-core" }
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
] ]
updatePullRequests = "always" updatePullRequests = "always"