Skip to content

Commit

Permalink
Fix - scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski committed Oct 8, 2021
1 parent 478a2b8 commit 027f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 027f63d

Please sign in to comment.