File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ println(s"${GREEN}Found config publish.name=$name publish.organization=$organiza
53
53
println(s " ${GREEN }Running tests ... ${RESET }" )
54
54
55
55
call(
56
- s " scala --power test . --suppress-deprecated-warnings --suppress-experimental-feature-warning --suppress-directives-in-multiple-files-warning --suppress-deprecated-feature-warning "
56
+ s " scala-cli --power test . --suppress-deprecated-warnings --suppress-experimental-feature-warning --suppress-directives-in-multiple-files-warning --suppress-deprecated-feature-warning "
57
57
).foreach(
58
58
println
59
59
)
60
60
61
61
println(s " ${GREEN }Publishing package locally ... ${RESET }" )
62
62
63
63
val command =
64
- s """ scala --power publish local . --organization $organization --name $name --project-version $version $signer --suppress-deprecated-warnings --suppress-experimental-feature-warning --suppress-directives-in-multiple-files-warning --suppress-deprecated-feature-warning """
64
+ s """ scala-cli --power publish local . --organization $organization --name $name --project-version $version $signer --suppress-deprecated-warnings --suppress-experimental-feature-warning --suppress-directives-in-multiple-files-warning --suppress-deprecated-feature-warning """
65
65
66
66
val (publishedFolder, coordinates) = {
67
67
val ivyLocation = call(command).last.trim()
You can’t perform that action at this time.
0 commit comments