From 8aab7dff899dcd21a71bb4192dd6f0443703b8b7 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Mon, 4 Aug 2025 14:38:43 +0200 Subject: [PATCH] Mill: Update to 1.0.2 --- bucket/mill.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mill.json b/bucket/mill.json index 11505c024d1ec..2b6c2120fb211 100644 --- a/bucket/mill.json +++ b/bucket/mill.json @@ -1,18 +1,18 @@ { - "version": "0.12.5", + "version": "1.0.2", "description": "Build tool aiming for Java and Scala.", "homepage": "https://mill-build.com/", "license": "MIT", "suggest": { "JDK": "java/openjdk" }, - "url": "https://github.com/com-lihaoyi/mill/releases/download/0.12.5/0.12.5-assembly#/mill.bat", - "hash": "0c7b25412feecf06d955d013418de9a9080ce755bedbac7601c9109c33d5a057", - "bin": "mill.bat", + "url": "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-windows-amd64/1.0.2/mill-dist-native-windows-amd64-1.0.2.exe#/mill.exe", + "hash": "704aa4244b79777daa6f2c4c96455943f366db6377b49bed1b4b1201da39df6e", + "bin": "mill.exe", "checkver": { "github": "https://github.com/com-lihaoyi/mill" }, "autoupdate": { - "url": "https://github.com/com-lihaoyi/mill/releases/download/$matchHead/$version-assembly#/mill.bat" + "url": "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-windows-amd64/$version/mill-dist-native-windows-amd64-$version.exe#/mill.exe" } }