Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.0 (#3390)
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.17` to `3.8.0`

πŸ“œ [GitHub Release
Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.0) -
[Version
Diff](scalameta/scalafmt@v3.7.17...v3.8.0)

## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/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
</sup>
  • Loading branch information
xerial-bot authored Feb 19, 2024
1 parent b02a594 commit 7dc98fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ fadb726e4d1855de746b61ed1bd3bb229f7e3f95

# Scala Steward: Reformat with scalafmt 3.7.15
378dadaf4b2e49d8db41e310e67c82e4162edc5d

# Scala Steward: Reformat with scalafmt 3.8.0
591d5790d3a44a71a2f3f9a9879d78e679584382
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.17
version = 3.8.0
project.layout = StandardConvention
runner.dialect = scala3
maxColumn = 120
Expand Down
3 changes: 2 additions & 1 deletion airspec/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def excludePomDependency(excludes: Seq[String]) = { node: XmlNode =>
}).transform(node).head
}

/** AirSpec build definitions.
/**
* AirSpec build definitions.
*
* To make AirSpec a standalone library without any cyclic project references, AirSpec embeds the source code of
* airframe-log, di, surface, etc.
Expand Down

0 comments on commit 7dc98fc

Please sign in to comment.