kenji yoshida 2026-05-04 01:40:44 +09:00 committed by GitHub
parent 590dbbacb8
commit 2dbc85ffcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ val launcherPackage = (project in file("."))
val x = IO.read(k)
IO.write(
t / "sbt.bat",
x.replaceAllLiterally(
x.replace(
"set init_sbt_version=_to_be_replaced",
s"set init_sbt_version=$sbtVersionToRelease"
)