Skip to content

Commit 3478f43

Browse files
authored
chore: calm down Scala Steward (#195)
1 parent 839a326 commit 3478f43

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.scala-steward.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// really slow dependency updates, please
2+
pullRequests.frequency = "90 days"
3+
14
updates.ignore = [
25
// Releases after 1.7 require JDK 11
36
// https://github.com/google/google-java-format/releases/tag/google-java-format-1.8

plugin/src/main/scala/com/lightbend/sbt/JavaFormatterPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ object JavaFormatterPlugin extends AutoPlugin {
100100
compile / compileInputs := (compile / compileInputs).dependsOn(javafmtDoFormatOnCompile).value)
101101

102102
def notToBeScopedSettings: Seq[Setting[_]] =
103-
List(includeFilter in javafmt := "*.java")
103+
List(javafmt / includeFilter := "*.java")
104104

105105
private[this] val javafmtDoFormatOnCompile =
106106
taskKey[Unit]("Format Java source files if javafmtOnCompile is on.")

0 commit comments

Comments
 (0)