From 129f447dfd9e5088f507f57ac29e3021fa2269dd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 12 Jan 2020 18:00:26 +0000 Subject: [PATCH] ammonite: Update to version 2.0.2 --- bucket/ammonite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ammonite.json b/bucket/ammonite.json index 27d0d57511..d3790f1c0d 100644 --- a/bucket/ammonite.json +++ b/bucket/ammonite.json @@ -1,11 +1,11 @@ { - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", - "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.0.1/2.12-2.0.1#/amm.bat", + "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.0.2/2.12-2.0.2#/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": "8323070a64839d8286318efeee85ba44ce08db630fed5343c21abe2d07ae4c3d", + "hash": "3fefe87737995ccc5d07824371b39c21f518e295c2cba8147cf5df160d7057ba", "checkver": { "github": "https://github.com/lihaoyi/Ammonite" },