2018-04-07 19:00:44 +00:00

19 lines
542 B
JSON

{
"homepage": "https://www.scala-sbt.org/",
"version": "1.1.3",
"license": "BSD",
"url": "https://github.com/sbt/sbt/releases/download/v1.1.3/sbt-1.1.3.zip",
"hash": "deabe14159ec42b7582e89336a8f8b76f84269aea25e8d114e5637523edd202e",
"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"
}
}