Skip to content

Commit

Permalink
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/sc…
Browse files Browse the repository at this point in the history
…alafmt) from 3.0.8 to 3.1.1.

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

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

Have a fantastic day writing Scala!

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

labels: library-update, early-semver-minor, semver-spec-minor
  • Loading branch information
d11-amitsingh authored Nov 20, 2021
1 parent e566b1b commit 18f6206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.0.8
version = 3.1.1
maxColumn = 120

align.preset = more
Expand All @@ -21,3 +21,4 @@ docstrings.style = Asterisk
newlines.afterInfix = keep
rewrite.rules = [RedundantParens]
trailingCommas = "always"
runner.dialect = Scala213Source3

0 comments on commit 18f6206

Please sign in to comment.