diff --git a/common.conf b/common.conf index 732f76801..852b4f9e1 100644 --- a/common.conf +++ b/common.conf @@ -110,6 +110,7 @@ vars: { slick-ref : "slick/slick.git#3.1" // stay here; master wants Java 8 scalamock-ref : "paulbutcher/scalamock.git" scalariform-ref : "daniel-trinh/scalariform.git" + scalastyle-ref : "scalastyle/scalastyle.git" // master depends on Akka HTTP and Akka Stream, which are tricky to depend on // (they are built only a special branch). so freeze right over the dependency was added. @@ -482,6 +483,15 @@ build += { extra.projects: ["scalariform"] } + ${vars.base} { + name: "scalastyle", + uri: "https://github.com/"${vars.scalastyle-ref} + extra.sbt-version: ${vars.sbt-version-override} + extra: ${vars.base.extra} { + options: ["-Dscalastyle.publish-ivy-only=true"] + } + } + ${vars.base} { name: "scalamock", uri: "https://github.com/"${vars.scalamock-ref}