2018-05-29 17:01:27 +00:00

19 lines
542 B
JSON

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