2024-09-02 16:29:58 +00:00

25 lines
751 B
JSON

{
"version": "1.10.1",
"description": "A build tool for Scala, Java, and more",
"homepage": "https://www.scala-sbt.org",
"license": "BSD-3-Clause",
"url": "https://github.com/sbt/sbt/releases/download/v1.10.1/sbt-1.10.1.zip",
"hash": "5647898e972313ad6abcbc8df8ad54974a49f8f5020dfd9b7cc89f4821047a5b",
"extract_dir": "sbt",
"env_set": {
"SBT_HOME": "$dir"
},
"bin": "bin\\sbt.bat",
"persist": "conf",
"checkver": {
"url": "https://www.scala-sbt.org/download/",
"regex": "/sbt-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}