Skip to content

Commit

Permalink
Update mill-main to 0.11.1 (#498)
Browse files Browse the repository at this point in the history
## 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](com-lihaoyi/mill@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!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

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
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

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" }
}]
```
</details>

<sup>
labels: library-update, early-semver-minor, semver-spec-patch,
old-version-remains, commit-count:1
</sup>
  • Loading branch information
scala-steward authored Jul 9, 2023
1 parent f9bf998 commit faf2dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.11.0
0.11.1

0 comments on commit faf2dcd

Please sign in to comment.