From 5d18c1207878d0d96fd32b2beecb20ceab3344c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 3 Jul 2020 15:54:42 +0200 Subject: [PATCH] mill: Update to version 0.7.4 --- bucket/mill.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 9f18e6432f..0b2022920a 100644 --- a/bucket/mill.json +++ b/bucket/mill.json @@ -1,11 +1,11 @@ { - "homepage": "http://www.lihaoyi.com/mill/", + "version": "0.7.4", "description": "Build tool aiming for Java and Scala.", - "version": "0.7.3", + "homepage": "http://www.lihaoyi.com/mill/", "license": "MIT", - "url": "https://github.com/lihaoyi/mill/releases/download/0.7.3/0.7.3-assembly#/mill.bat", + "url": "https://github.com/lihaoyi/mill/releases/download/0.7.4/0.7.4-assembly#/mill.bat", "bin": "mill.bat", - "hash": "ef11e9cadec79cd81bd3262808711f22d9728a8c4278d737d4a9de773a929463", + "hash": "de72363589a9db43fa7d4be41efa1fad1213aec17ca8304696e9b882bbe1acad", "checkver": { "github": "https://github.com/lihaoyi/mill" },