From e0383ba73f834539f6f4d5fd1b2b578c6013a4b3 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Thu, 18 Aug 2022 20:53:14 +0200 Subject: [PATCH] chore(site): add mill to the homepage supported build tools --- website/pages/en/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 1b2f5d77..5ce90927 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -101,7 +101,7 @@ const Features = (props) => { { title: "Multiple build tools", content: - "The build tools Gradle, Maven and sbt are supported. We plan to add support for more build tools in the future.", + "The build tools Gradle, Maven, Mill, and sbt are supported. We plan to add support for more build tools in the future.", image: "https://user-images.githubusercontent.com/1408093/137899144-cfc6fc1b-a7c0-4fd7-ac4b-be516e459123.png", imageAlign: "right",