From f8d8a11f3f41ac4a8ed33597fc09297bf68274a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 15 May 2020 05:15:16 +0200 Subject: [PATCH] mill: Update to version 0.7.0 --- bucket/mill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 73890b6900..e06af29d27 100644 --- a/bucket/mill.json +++ b/bucket/mill.json @@ -1,11 +1,11 @@ { "homepage": "http://www.lihaoyi.com/mill/", "description": "Build tool aiming for Java and Scala.", - "version": "0.6.3", + "version": "0.7.0", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.6.3/0.6.3-assembly#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.7.0/0.7.0-assembly#/mill.bat", "bin": "mill.bat", - "hash": "1a92d3de23791ee08c31754bfd5afdbe06a5f8e8ceaae0167f66c2149360a256", + "hash": "f6879826cd4d2d655882eee0a3ab49d12bc83cbdc6f330a6a8d68a7a6cc997cf", "checkver": { "github": "https://github.com/lihaoyi/mill" },