Skip to content

Commit

Permalink
Correct version mangling in release tooling (use `DEFAULT_SCALA_VERSI…
Browse files Browse the repository at this point in the history
…ON`) (#1492)

Fix #1491

Pull request: #1492
  • Loading branch information
lefou authored May 15, 2024
1 parent 3763a1d commit 741e5db
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 @@ -865,7 +865,7 @@ def publishExecutable() = {
uploadedFile = os.temp(
os.read(os.pwd / "amm-template.sh")
.replace("DEFAULT_AMM_VERSION=", s"DEFAULT_AMM_VERSION=$latestTaggedVersion")
.replace("SCALA_VERSION=", s"SCALA_VERSION=$scalaBinaryVersion")
.replace("DEFAULT_SCALA_VERSION=", s"DEFAULT_SCALA_VERSION=$scalaBinaryVersion")
),
tagName = latestTaggedVersion,
uploadName = s"$scalaBinaryVersion-$buildVersion-bootstrap",
Expand Down

0 comments on commit 741e5db

Please sign in to comment.