From 066ea7b2b3a60491cea43ef307e8badb6e7ca8bd Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 5 Aug 2024 10:48:03 -0700 Subject: [PATCH 1/3] Rebootstrap on 0.11.11 (#3336) --- .config/mill-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/mill-version b/.config/mill-version index 0521cad14b0..1a775473e23 100644 --- a/.config/mill-version +++ b/.config/mill-version @@ -1 +1 @@ -0.11.10 +0.11.11 From 04c57afd0a225c7293d3e615053eec1a8faca098 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 5 Aug 2024 14:03:03 -0700 Subject: [PATCH 2/3] Update readme.adoc --- readme.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.adoc b/readme.adoc index f303238f2cf..43f9e38fc8a 100644 --- a/readme.adoc +++ b/readme.adoc @@ -301,6 +301,11 @@ _Changes since {prev-version}:_ * New Java- and Scala-specific sections on the documentation, with more detailed comparisons to existing build tools * Added graphviz diagrams throughout to help the user in visualizing the concepts involved +* Update versions of JUnit sbt-test-interface libraries that Mill uses + {link-pr}/3296[#3296] +* Make it simpler to resolve dependencies in custom tasks via `defaultResolver().resolveDeps` + {link-pr}/3330[#3330] + _For details refer to {link-milestone}/{milestone}?closed=1[milestone {milestone-name}] From 9e1e6f7e5f85580a1458b6e31eb43bcb3685b49f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 5 Aug 2024 14:23:08 -0700 Subject: [PATCH 3/3] Update readme.adoc --- readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.adoc b/readme.adoc index 43f9e38fc8a..fe2927d54c6 100644 --- a/readme.adoc +++ b/readme.adoc @@ -24,7 +24,7 @@ endif::[] https://index.scala-lang.org/com-lihaoyi/mill/mill-main[image:https://index.scala-lang.org/com-lihaoyi/mill/mill-main/latest.svg[Mill]] https://www.patreon.com/lihaoyi[image:https://img.shields.io/badge/patreon-sponsor-ff69b4.svg[Patreon]] -Mill is a graph-based JVM build tool that supports Java and Scala. Mill aims to make your +Mill is a fast JVM build tool that supports Java and Scala. Mill aims to make your project’s build process performant, maintainable, and flexible. == Documentation