Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.17 (#43)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates
[org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt)
from `3.7.4` to `3.7.17`

📜 [GitHub Release
Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.7.17) -
[Version
Diff](scalameta/scalafmt@v3.7.4...v3.7.17)

## 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/107f04a421f61cdc38a02414d928d1964bc3874b/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

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

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:n:3
</sup>
  • Loading branch information
fthomas authored Jan 18, 2025
2 parents 374c8a1 + 6744d37 commit 5e6bba4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.7.17
674b5d3a37419502dc03e6dc13a67b1542ee486a
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.4
version = 3.7.17

align.preset = none
align.openParenCallSite = false
Expand Down
2 changes: 1 addition & 1 deletion itest/src-mill0.10-/minimal/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object minimal extends ScalaModule {

object test extends Tests {
override def ivyDeps = Agg(ivy"org.scalameta::munit:0.7.29")
override def testFrameworks: T[Seq[String]] = T{ Seq("munit.Framework") }
override def testFrameworks: T[Seq[String]] = T { Seq("munit.Framework") }
}
}

Expand Down

0 comments on commit 5e6bba4

Please sign in to comment.