From faf2dcd20d7c01531694b0b2b923fbed60bcf6d6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 9 Jul 2023 03:03:02 +0200 Subject: [PATCH] Update mill-main to 0.11.1 (#498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates [com.lihaoyi:mill-main](https://github.com/com-lihaoyi/mill) from `0.11.0` to `0.11.1` 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/mill/releases/tag/0.11.1) - [Release Notes](https://github.com/com-lihaoyi/mill#changelog) - [Version Diff](https://github.com/com-lihaoyi/mill/compare/0.11.0...0.11.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b1de3ab58194f543f3526e013b363a52c675c769/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
🔍 Files still referring to the old version number The following files still refer to the old version number (0.11.0). You might want to review and update them manually. ``` mill upickleReadme/Readme.scalatex ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.lihaoyi", artifactId = "mill-main" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lihaoyi", artifactId = "mill-main" } }] ```
labels: library-update, early-semver-minor, semver-spec-patch, old-version-remains, commit-count:1 --- .mill-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mill-version b/.mill-version index edda4c06b..fd8c049f6 100644 --- a/.mill-version +++ b/.mill-version @@ -1,2 +1,2 @@ -0.11.0 +0.11.1