From aba4682204175f363861436b0dea6286887ef24f Mon Sep 17 00:00:00 2001 From: Ash258 Date: Wed, 22 Apr 2020 23:39:16 +0200 Subject: [PATCH] mill: Update to version 0.6.2 --- bucket/mill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 8cba3661a1..ec41568aa3 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.1", + "version": "0.6.2", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.6.1/0.6.1-assembly#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.6.2/0.6.2-assembly#/mill.bat", "bin": "mill.bat", - "hash": "f618999e54e58028ccb785540c803bcb6f7a9f5d95fcac294546717418dbea82", + "hash": "5f168a6ffad517caf446c9ee88ce7cbc69c83257926c9b29d56672d8ea42f6d9", "checkver": { "github": "https://github.com/lihaoyi/mill" },