Move FromSbt / ToSbt helpers to separate module

This commit is contained in:
Alexandre Archambault
2017-12-11 10:07:04 +01:00
parent 97a137b0bb
commit ee9c61393c
9 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ runSbtCoursierTests() {
}
runSbtShadingTests() {
sbt ++$SCALA_VERSION coreJVM/publishLocal cache/publishLocal extra/publishLocal sbt-coursier/publishLocal "sbt-shading/scripted sbt-shading/*"
sbt ++$SCALA_VERSION coreJVM/publishLocal cache/publishLocal extra/publishLocal sbt-shared/publishLocal sbt-coursier/publishLocal "sbt-shading/scripted sbt-shading/*"
if [ "$SCALA_VERSION" = "2.10" ]; then
sbt ++$SCALA_VERSION "sbt-shading/scripted sbt-shading-0.13/*"
fi