Skip to content

Commit

Permalink
Tweak CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Oct 9, 2020
1 parent 30bfe13 commit d158b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion launcher.sc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def uploadJavaLauncher(): Unit = {

println(version)

val module = s"io.get-coursier::coursier-cli:$version"
val module = s"io.get-coursier:coursier-cli_2.12:$version"

WaitForSync(
initialLauncher0,
Expand Down
1 change: 1 addition & 0 deletions scripts/shared/WaitForSync.sc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def apply(
val probeCommand = Seq(
coursierLauncher,
"resolve",
"--ttl", "0s",
module
) ++
extraArgs
Expand Down

0 comments on commit d158b15

Please sign in to comment.