Skip to content

Commit 8dff39c

Browse files
authored
Update scalafmt-core to 3.10.3 (#318)
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.10.2` to `3.10.3` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.10.3) - [Version Diff](scalameta/scalafmt@v3.10.2...v3.10.3) ## 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/58d0cff2cb09f09c42fbeda0ba1f878adc0f8c3f/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:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scalameta", "artifactId" : { "name" : "scalafmt-core", "maybeCrossName" : "scalafmt-core_2.13" }, "version" : "3.10.2", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "3.10.3" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
2 parents 10df1d7 + 2c9d6a1 commit 8dff39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.10.2
1+
version = 3.10.3
22
runner.dialect = scala3
33
continuationIndent.defnSite = 2
44
docstrings.style = Asterisk

0 commit comments

Comments
 (0)