2018-07-31 16:48:57 +02:00

19 lines
551 B
JSON

{
"homepage": "https://www.scala-sbt.org/",
"version": "1.2.0",
"license": "BSD-3-Clause",
"url": "https://github.com/sbt/sbt/releases/download/v1.2.0/sbt-1.2.0.zip",
"hash": "8a1036004393c1dfa51a077f88a898d2736337fa0d22db9f3a60a93762fa326d",
"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"
}
}