diff --git a/bucket/ammonite.json b/bucket/ammonite.json index beb72ba6bf..59bc4db451 100644 --- a/bucket/ammonite.json +++ b/bucket/ammonite.json @@ -1,21 +1,21 @@ { - "version": "2.2.0", + "version": "2.3.8", "description": "Ammonite lets you use the Scala language for scripting purposes: in the REPL, as scripts, as a library, or as a standalone systems shell.", "homepage": "http://ammonite.io", "license": "MIT", - "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.2.0/2.12-2.2.0#/amm.bat", - "bin": "amm.bat", - "hash": "f717b8193e58a550ad0cf699be2f4f670156ff070d860f9009d6c9e139769459", - "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" ] + }, + "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.3.8/2.12-2.3.8#/amm.bat", + "hash": "1a963296d69ffc9fba3162c782e0229fe96aa48a53eec9a14c8d0b780601f3cf", + "bin": "amm.bat", + "checkver": { + "github": "https://github.com/lihaoyi/Ammonite" + }, + "autoupdate": { + "url": "https://github.com/lihaoyi/Ammonite/releases/download/$version/2.12-$version#/amm.bat" } }