almond-sh / almond

A Scala kernel for Jupyter
https://almond.sh
BSD 3-Clause "New" or "Revised" License
1.6k stars 238 forks source link

Update Mill to 0.11 #1239

Closed scala-steward closed 9 months ago

scala-steward commented 1 year ago

About this PR

πŸ“¦ Updates com.lihaoyi:mill-main from 0.10.12 to 0.11.2

πŸ“œ GitHub Release Notes - Release Notes - Version Diff

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 file.

Have a fantastic day writing Scala!

βš™ 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-major, semver-spec-minor, commit-count:1

scala-steward commented 1 year ago

Superseded by #1260.

alexarchambault commented 1 year ago

Got to understand what that error on the Windows jobs means…