scalameta / munit

Scala testing library with actionable errors and extensible APIs
https://scalameta.org/munit
Apache License 2.0
428 stars 88 forks source link

Update scala-library, scala-reflect to 2.13.14 #778

Closed scalameta-bot closed 4 months ago

scalameta-bot commented 4 months ago

About this PR

📦 Updates

📜 GitHub 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 = "org.scala-lang" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

vandonr commented 2 weeks ago

It looks like somehow this commit was missed when generating the version notes for v1.0.1 🤔 @tgodzik do you know why ? Is there other changes that might have been included but not mentioned in the notes ?

tgodzik commented 2 weeks ago

Not sure, I will check next week

tgodzik commented 1 week ago

It seems the github release notes auto generation is not that reliable (is it actually using AI? :( ), which is why this is not shown. This PR is actually included and you can check using coursier:

cs resolve -t org.scalameta:munit_2.13:1.0.1
  Result:
└─ org.scalameta:munit_2.13:1.0.1
   ├─ junit:junit:4.13.2
   │  └─ org.hamcrest:hamcrest-core:1.3
   ├─ org.scala-lang:scala-library:2.13.14
   ├─ org.scalameta:junit-interface:1.0.1
   │  ├─ junit:junit:4.13.2
   │  │  └─ org.hamcrest:hamcrest-core:1.3
   │  └─ org.scala-sbt:test-interface:1.0
   └─ org.scalameta:munit-diff_2.13:1.0.1
      └─ org.scala-lang:scala-library:2.13.14

There might be more changes included, but this is fine as the tags are always taken from the main, so there is no chance anything was missed,