2023-08-25 08:25:40 +00:00

21 lines
678 B
JSON

{
"version": "1.9.4",
"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.9.4/sbt-1.9.4.zip",
"hash": "b80581f3c17f31a0df27c2f10093aafee40c34db0c6d8b6e33ccae78c4a299ae",
"extract_dir": "sbt",
"bin": "bin\\sbt.bat",
"checkver": {
"url": "https://www.scala-sbt.org/download.html",
"regex": "/sbt-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}