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 @@ -1215,4 +1215,11 @@ build += {
1215
1215
extra.test-tasks: ["compile"]
1216
1216
}
1217
1217
1218
+ // forked (July 2017) to get rid of the usual bintray-sbt stuff that
1219
+ // makes dbuild upset
1220
+ ${vars.base} {
1221
+ name: "scalastyle"
1222
+ uri: ${vars.uris.scalastyle-uri}
1223
+ }
1224
+
1218
1225
]}
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ vars.uris: {
87
87
scalapb-uri: "https://github.com/scalapb/ScalaPB.git#268318c" # was master
88
88
scalaprops-uri: "https://github.com/scalaprops/scalaprops.git"
89
89
scalariform-uri: "https://github.com/scala-ide/scalariform.git"
90
+ scalastyle-uri: "https://github.com/scalacommunitybuild/scalastyle.git#community-build-2.12"
90
91
scalatags-uri: "https://github.com/lihaoyi/scalatags.git"
91
92
scalatest-uri: "https://github.com/scalatest/scalatest.git#3.0.x"
92
93
scalatex-uri: "https://github.com/lihaoyi/scalatex.git"
You can’t perform that action at this time.
0 commit comments