2018-05-09 17:00:42 +00:00

19 lines
542 B
JSON

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