From fce74898bbeccda9c2ecb1a22356f59a976c63a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 25 Apr 2020 11:55:45 +0200 Subject: [PATCH] ammonite: Update to version 2.1.0 --- bucket/ammonite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ammonite.json b/bucket/ammonite.json index 2bab174214..b2f3ef0447 100644 --- a/bucket/ammonite.json +++ b/bucket/ammonite.json @@ -1,11 +1,11 @@ { - "version": "2.0.4", + "version": "2.1.0", "license": "MIT", - "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.0.4/2.12-2.0.4#/amm.bat", + "url": "https://github.com/lihaoyi/Ammonite/releases/download/2.1.0/2.12-2.1.0#/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": "044c6b93330c17d6d0cd418cf892a693a8d31475f7560cf2d5ec0f1f62631419", + "hash": "7388a5eae46e180eb89634f8a45ad9737f14651dc0f221e9943adf9b0a8136a5", "checkver": { "github": "https://github.com/lihaoyi/Ammonite" },