Add Ammonite Scala REPL version 1.1.2 (#2350)

This commit is contained in:
Martin Mauch 2018-07-04 18:38:44 +02:00 committed by Richard Kuhnt
parent 37d3c22c5f
commit 2c24c4a6f7

20
ammonite.json Normal file
View File

@ -0,0 +1,20 @@
{
"version": "1.1.2",
"license": "MIT",
"url": "https://github.com/lihaoyi/Ammonite/releases/download/1.1.2/2.12-1.1.2#/amm.bat",
"bin": "amm.bat",
"homepage": "http://ammonite.io",
"hash": "2cbbec93b8ace067f9fcaa30615b1d815b3a094b1c2c2ec5c09ef6a3fcc954ad",
"checkver": {
"github": "https://github.com/lihaoyi/Ammonite"
},
"autoupdate": {
"url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
}
}