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.1.1 to 3.1.2.

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

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>Files still referring to the old version number</summary>

The following files still refer to the old version number (3.1.1).
You might want to review and update them manually.
```
docs/website/package-lock.json
```
</details>
<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-patch, semver-spec-patch, old-version-remains
  • Loading branch information
d11-amitsingh authored Nov 23, 2021
1 parent da97df4 commit 0bac67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.1.1
version = 3.1.2
maxColumn = 120

align.preset = more
Expand Down

0 comments on commit 0bac67d

Please sign in to comment.