From 6a79110ca36effb468708bdc10be71cbca88d7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 21 Jul 2020 08:53:29 +0200 Subject: [PATCH] mill: Update to version 0.8.0 --- bucket/mill.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 0b2022920a..99e08c9f25 100644 --- a/bucket/mill.json +++ b/bucket/mill.json @@ -1,11 +1,11 @@ { - "version": "0.7.4", + "version": "0.8.0", "description": "Build tool aiming for Java and Scala.", "homepage": "http://www.lihaoyi.com/mill/", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.7.4/0.7.4-assembly#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.8.0/0.8.0-assembly#/mill.bat", "bin": "mill.bat", - "hash": "de72363589a9db43fa7d4be41efa1fad1213aec17ca8304696e9b882bbe1acad", + "hash": "00f006ed525cf57671dc3dda8424f910cd33c25c2412fff24d28fe06d65f2762", "checkver": { "github": "https://github.com/lihaoyi/mill" },