Skip to content

Commit 783b583

Browse files
committed
Pin scala steward to v1.24
1 parent 11bff4c commit 783b583

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.scala-steward.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// really slow dependency updates, please
22
pullRequests.frequency = "90 days"
33

4-
updates.ignore = [
5-
// Releases after 1.7 require JDK 11
6-
// https://github.com/google/google-java-format/releases/tag/google-java-format-1.8
7-
{ groupId = "com.google.googlejavaformat", artifactId = "google-java-format" }
4+
updates.pin = [
5+
// Releases after 1.24.x require JDK 17
6+
// https://github.com/google/google-java-format/releases/tag/v1.25.0
7+
{ groupId = "com.google.googlejavaformat", artifactId = "google-java-format", version = "1.24." }
88
]
99
commits.message = "bump: ${artifactName} ${nextVersion} (was ${currentVersion})"

0 commit comments

Comments
 (0)