From 764fec6d1b82b05e06aab9b8b1e1ffab423a6bad Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 22 Mar 2019 11:00:23 +0000 Subject: [PATCH] ammonite: Update to version 1.6.5 --- ammonite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ammonite.json b/ammonite.json index 7c90bf5992..c9c1b15c07 100644 --- a/ammonite.json +++ b/ammonite.json @@ -1,11 +1,11 @@ { - "version": "1.6.4", + "version": "1.6.5", "license": "MIT", - "url": "https://github.com/lihaoyi/Ammonite/releases/download/1.6.4/2.12-1.6.4#/amm.bat", + "url": "https://github.com/lihaoyi/Ammonite/releases/download/1.6.5/2.12-1.6.5#/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": "82d5a3319d6469609d5197b2bebd62c859b1aa21976623fc96a4564ed210bd9a", + "hash": "06666a1ae95e5b3960130ed0128947f26199184ccba2fef3d62eb69a9e48674e", "checkver": { "github": "https://github.com/lihaoyi/Ammonite" },