Skip to content

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Sep 11, 2025

About this PR

πŸ“¦ Updates

from 1.1.1 to 1.1.2

πŸ“œ 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!

πŸ” Files still referring to the old version number

The following files still refer to the old version number (1.1.1).
You might want to review and update them manually.

modules/core/src/test/scala/org/scalasteward/core/buildtool/gradle/GradleAlgTest.scala
modules/core/src/test/scala/org/scalasteward/core/buildtool/gradle/gradleParserTest.scala
modules/core/src/test/scala/org/scalasteward/core/buildtool/maven/parserTest.scala
modules/core/src/test/scala/org/scalasteward/core/edit/RewriteTest.scala
project/Dependencies.scala
βš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scalameta" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scalameta" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@scala-steward scala-steward force-pushed the update/munit-1.1.2 branch 2 times, most recently from 3dfb8e3 to 6d56bf1 Compare September 15, 2025 17:36
@mzuehlke mzuehlke changed the title Update munit, munit-diff to 1.1.2 Update munit, munit-diff to 1.2.0 Sep 17, 2025
Copy link

codecov bot commented Sep 17, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 89.76%. Comparing base (60c3b51) to head (7e7ed70).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3701   +/-   ##
=======================================
  Coverage   89.76%   89.76%           
=======================================
  Files         174      174           
  Lines        5049     5049           
  Branches      493      493           
=======================================
  Hits         4532     4532           
  Misses        517      517           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mergify mergify bot merged commit 0f09049 into scala-steward-org:main Sep 17, 2025
10 checks passed
@fthomas fthomas added this to the 0.36.0 milestone Sep 18, 2025
@scala-steward
Copy link
Contributor Author

PR retracted because of: Ignore munit 1.1.2, as it removes some traits required for binary compatibility with munit-scalacheck.

Documentation: https://github.com/scalameta/munit/releases/tag/v1.2.0

@scala-steward scala-steward deleted the update/munit-1.1.2 branch September 19, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants