From 357b2da4e0ba9d74e34a9657c559bc2b2354ca45 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 12 Sep 2019 07:00:23 +0000 Subject: [PATCH] ammonite: Update to version 1.7.1 --- bucket/ammonite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ammonite.json b/bucket/ammonite.json index aa4ca1406b..8315ee24d0 100644 --- a/bucket/ammonite.json +++ b/bucket/ammonite.json @@ -1,11 +1,11 @@ { - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", - "url": "https://github.com/lihaoyi/Ammonite/releases/download/1.7.0/2.12-1.7.0#/amm.bat", + "url": "https://github.com/lihaoyi/Ammonite/releases/download/1.7.1/2.12-1.7.1#/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": "1e09046cf214ad3c8c826dd73525322fc491cb7fe0dc9347da3cb17797c78954", + "hash": "a04963016e7fc17091a5ee418cdac4dbd2f47c078f026cfa6a54b06fa94b4f47", "checkver": { "github": "https://github.com/lihaoyi/Ammonite" },