playframework / play-ebean

Play Ebean module
Apache License 2.0
103 stars 69 forks source link

[7.x] scalafmt-core 3.8.0 (was 3.7.17) #441

Closed scala-steward closed 5 months ago

scala-steward commented 5 months ago

About this PR

📦 Updates org.scalameta:scalafmt-core from 3.7.17 to 3.8.0

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

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

ihostage commented 5 months ago

So, the version is already 7.1.x, but branch name is still 7.0.x. What we should do? 🤔 My opinion is just to rename branch to 7.x and change a few related settings. @mkurz WDYT?

mkurz commented 5 months ago

Agree, see