From 01b01e984b5aa5c84114b55e7e4bc0cf34b3c6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 19 May 2020 08:48:11 +0200 Subject: [PATCH] mill: Update to version 0.7.2 --- bucket/mill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 35e77b3b73..f10312598e 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.7.1", + "version": "0.7.2", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.7.1/0.7.1-assembly#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.7.2/0.7.2-assembly#/mill.bat", "bin": "mill.bat", - "hash": "06d647135a021e9782df01674cd91c267a6373a27a237a9bc0590236770744ef", + "hash": "1bc564ef9e5575738d5ebee3c8934ff0064f0f6af1c579f20d078c8fe2f90dab", "checkver": { "github": "https://github.com/lihaoyi/mill" },