diff --git a/build.sc b/build.sc index e642f47f6b..7a9912e72f 100644 --- a/build.sc +++ b/build.sc @@ -688,7 +688,7 @@ object ci extends Module { gitClone(repo, branch, targetDir) setupGithubRepo(scalaCliDir) - val launcherScript = os.read(standaloneLauncherPath) + val launcherScript = os.read(standaloneLauncherPath) val scalaCliVersionRegex = "SCALA_CLI_VERSION=\".*\"".r val updatedLauncherScript = scalaCliVersionRegex.replaceFirstIn(launcherScript, s"SCALA_CLI_VERSION=$version")