File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1086,6 +1086,19 @@ build += {
1086
1086
]
1087
1087
}
1088
1088
1089
+ // forked (July 2017) to remove coursier and sbt-idea-plugin
1090
+ ${vars.base} {
1091
+ name: "scalafmt"
1092
+ uri: ${vars.uris.scalafmt-uri}
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
+ ]
1100
+ }
1101
+
1089
1102
${vars.base} {
1090
1103
name: "scalatex"
1091
1104
uri: ${vars.uris.scalatex-uri}
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ vars.uris: {
78
78
scala-swing-uri: "https://github.com/scala/scala-swing.git#2.0.x"
79
79
scalacheck-uri: "https://github.com/rickynils/scalacheck.git#9b71bb3dfe186c03292faa59976487af2ee23caa"
80
80
scalafix-uri: "https://github.com/scalacommunitybuild/scalafix.git#community-build-2.12"
81
+ scalafmt-uri: "https://github.com/scalacommunitybuild/scalafmt.git#community-build-2.12"
81
82
scalaj-http-uri: "https://github.com/scalaj/scalaj-http.git"
82
83
scalameta-uri: "https://github.com/scalacommunitybuild/scalameta.git#community-build-2.12"
83
84
scalameter-uri: "https://github.com/scalameter/scalameter.git"
You can’t perform that action at this time.
0 commit comments