We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f58f7 commit af34b5dCopy full SHA for af34b5d
project/scripts/bisect.scala
@@ -133,7 +133,7 @@ object ValidationScript:
133
def tmpScalaCliScript(command: String, args: Seq[String]): File = tmpScript(s"""
134
|#!/usr/bin/env bash
135
|export JAVA_HOME=${sys.props("java.home")}
136
- |scala-cli ${command} -S "$$1" --server=false ${args.mkString(" ")}
+ |scala-cli ${command} --repository=https://repo.scala-lang.org/artifactory/maven-nightlies/ -S "$$1" --server=false ${args.mkString(" ")}
137
|""".stripMargin
138
)
139
0 commit comments