From e9a678c15c2f3deb7fb2fa5e1b8b58c0915effca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 14 May 2020 17:56:00 +0200 Subject: [PATCH] ammonite: Update to version 2.1.4 --- bucket/ammonite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ammonite.json b/bucket/ammonite.json index 201ec29324..1d989dbfd7 100644 --- a/bucket/ammonite.json +++ b/bucket/ammonite.json @@ -1,11 +1,11 @@ { - "version": "2.1.2", + "version": "2.1.4", "license": "MIT", - "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.1.2/2.12-2.1.2#/amm.bat", + "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.1.4/2.12-2.1.4#/amm.bat", "bin": "amm.bat", "homepage": "http://ammonite.io", "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.", - "hash": "e16508ddadb51ef00bf1bb4b3731b8728ecc14da58aebf9df63f16c051849942", + "hash": "ac023bc73bf6c55be079b270ef0ff2030cebe1a26c8d346a585c622a9bbcfd8a", "checkver": { "github": "https://github.com/lihaoyi/Ammonite" },