2018-04-10 21:01:46 +00:00

19 lines
542 B
JSON

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