2022-10-03 08:31:11 +00:00

21 lines
678 B
JSON

{
"version": "1.7.2",
"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.7.2/sbt-1.7.2.zip",
"hash": "e9e3814b2a5a83734d02bf8f1dd8ac285620e601e2f9b1c0fa18c8b38d0dabe3",
"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"
}
}
}