2018-03-26 21:00:52 +00:00

19 lines
542 B
JSON

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