mill: Update to version 0.7.1

This commit is contained in:
Jakub Čábera 2020-05-18 11:44:04 +02:00
parent 664e6582fa
commit 142b823610

View File

@ -1,11 +1,11 @@
{ {
"homepage": "http://www.lihaoyi.com/mill/", "homepage": "http://www.lihaoyi.com/mill/",
"description": "Build tool aiming for Java and Scala.", "description": "Build tool aiming for Java and Scala.",
"version": "0.7.0", "version": "0.7.1",
"license": "MIT", "license": "MIT",
"url": "https://github.com/lihaoyi/mill/releases/download/0.7.0/0.7.0-assembly#/mill.bat", "url": "https://github.com/lihaoyi/mill/releases/download/0.7.1/0.7.1-assembly#/mill.bat",
"bin": "mill.bat", "bin": "mill.bat",
"hash": "f6879826cd4d2d655882eee0a3ab49d12bc83cbdc6f330a6a8d68a7a6cc997cf", "hash": "06d647135a021e9782df01674cd91c267a6373a27a237a9bc0590236770744ef",
"checkver": { "checkver": {
"github": "https://github.com/lihaoyi/mill" "github": "https://github.com/lihaoyi/mill"
}, },