2017-09-19 18:01:49 +00:00

19 lines
541 B
JSON

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