2021-04-27 15:01:46 +00:00

21 lines
678 B
JSON

{
"version": "1.5.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.5.1/sbt-1.5.1.zip",
"hash": "2cf0a77d10fdaa3c0650c3327d9a2ba1bd8a184342f97c5bf69766aa35a141f9",
"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"
}
}
}