2018-02-09 22:00:24 +00:00

19 lines
542 B
JSON

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