From 9fd0506c9e7c02c9ab5c51aee7f66e2eda54c4c3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 24 Feb 2020 10:01:53 +0000 Subject: [PATCH] mill: Update to version 0.6.1 --- bucket/mill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index dca6e2eae2..8cba3661a1 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.0", + "version": "0.6.1", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.6.0/0.6.0-assembly#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.6.1/0.6.1-assembly#/mill.bat", "bin": "mill.bat", - "hash": "90bccfc5fcf3c45492f89362c287527c0127b8cdee8b245d0db62ca787d8a4db", + "hash": "f618999e54e58028ccb785540c803bcb6f7a9f5d95fcac294546717418dbea82", "checkver": { "github": "https://github.com/lihaoyi/mill" },