mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
@@ -121,7 +121,7 @@ val root = (project in file(".")).
|
||||
file
|
||||
},
|
||||
// update sbt.sh at root
|
||||
sbtnVersion := "1.8.1-M1",
|
||||
sbtnVersion := "1.8.1",
|
||||
sbtnJarsBaseUrl := "https://github.com/sbt/sbtn-dist/releases/download",
|
||||
sbtnJarsMappings := {
|
||||
val baseUrl = sbtnJarsBaseUrl.value
|
||||
|
||||
@@ -37,7 +37,7 @@ class InstallSbtnSpec extends AnyFlatSpec {
|
||||
"InstallSbtn" should "extract native sbtn" ignore
|
||||
withTemp(".zip") { tmp =>
|
||||
withTemp(".exe") { sbtn =>
|
||||
InstallSbtn.extractSbtn(term, "1.8.1-M1", tmp, sbtn)
|
||||
InstallSbtn.extractSbtn(term, "1.8.1", tmp, sbtn)
|
||||
val tmpDir = Files.createTempDirectory("sbtn-test").toRealPath()
|
||||
Files.createDirectories(tmpDir.resolve("project"))
|
||||
val foo = tmpDir.resolve("foo")
|
||||
|
||||
Reference in New Issue
Block a user