Skip to content

Commit 7d0adb6

Browse files
committed
scalafmt fix
1 parent 35d4de6 commit 7d0adb6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

configs/community.dbuild

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,13 @@ build += {
10901090
${vars.base} {
10911091
name: "scalafmt"
10921092
uri: ${vars.uris.scalafmt-uri}
1093-
extra.exclude: ["intellij"]
1093+
extra.exclude: [
1094+
// our artifactory doesn't have sbt-idea-plugin; we could add it,
1095+
// but this subproject seems inessential/irrelevant actually
1096+
"intellij"
1097+
// uses coursier (as a library, I think)
1098+
"bootstrap"
1099+
]
10941100
}
10951101

10961102
${vars.base} {

0 commit comments

Comments
 (0)