2018-10-17 08:00:48 +00:00

19 lines
551 B
JSON

{
"homepage": "https://www.scala-sbt.org/",
"version": "1.2.6",
"license": "BSD-3-Clause",
"url": "https://github.com/sbt/sbt/releases/download/v1.2.6/sbt-1.2.6.zip",
"hash": "55442fbd56843763f9383028767eb77c09450fda0ea914df600796ce6d7e2a8c",
"extract_dir": "sbt",
"bin": [
"bin\\sbt.bat"
],
"checkver": {
"github": "https://github.com/sbt/sbt"
},
"autoupdate": {
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
"extract_dir": "sbt"
}
}