File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1204,4 +1204,11 @@ build += {
1204
1204
extra.test-tasks: ["compile"]
1205
1205
}
1206
1206
1207
+ // forked (July 2017) to get rid of the usual bintray-sbt stuff that
1208
+ // makes dbuild upset
1209
+ ${vars.base} {
1210
+ name: "scalastyle"
1211
+ uri: ${vars.uris.scalastyle-uri}
1212
+ }
1213
+
1207
1214
]}
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ vars.uris: {
86
86
scalapb-uri: "https://github.com/scalapb/ScalaPB.git#268318c" # was master
87
87
scalaprops-uri: "https://github.com/scalaprops/scalaprops.git"
88
88
scalariform-uri: "https://github.com/scala-ide/scalariform.git"
89
+ scalastyle-uri: "https://github.com/scalacommunitybuild/scalastyle.git#community-build-2.12"
89
90
scalatags-uri: "https://github.com/lihaoyi/scalatags.git"
90
91
scalatest-uri: "https://github.com/scalatest/scalatest.git#3.0.x"
91
92
scalatex-uri: "https://github.com/lihaoyi/scalatex.git"
You can’t perform that action at this time.
0 commit comments