From 885d94a2bf10a2e8005bb8c0b7c9007acfee4ead Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 20 Dec 2019 15:02:00 +0000 Subject: [PATCH] mill: Update to version 0.5.6 --- bucket/mill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 16658abca4..3fcb131032 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.5.5", + "version": "0.5.6", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.5.5/0.5.5-assembly#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.5.6/0.5.6-assembly#/mill.bat", "bin": "mill.bat", - "hash": "c8824b3b5349ee8cfcf5308d9979bb8780258e14a882731cb9ae3c6060bcbbd8", + "hash": "2f1a86d2bdd950480d1f9a045b95e83cdfbb5df7be010415ab9b9400ecf18b1b", "checkver": { "github": "https://github.com/lihaoyi/mill" },