Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 59b3679

Browse files
Use fixes scala-cli version 1.9.0 to run bisect scripts (the first version to support 3.8 nightlies
1 parent af34b5d commit 59b3679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎project/scripts/bisect.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ object ValidationScript:
133133
def tmpScalaCliScript(command: String, args: Seq[String]): File = tmpScript(s"""
134134
|#!/usr/bin/env bash
135135
|export JAVA_HOME=${sys.props("java.home")}
136-
|scala-cli ${command} --repository=https://repo.scala-lang.org/artifactory/maven-nightlies/ -S "$$1" --server=false ${args.mkString(" ")}
136+
|scala-cli --cli-version=1.9.0 ${command} -S "$$1" --server=false ${args.mkString(" ")}
137137
|""".stripMargin
138138
)
139139

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /