Skip to content

Commit

Permalink
Merge pull request #3588 from scala-steward/update/scalafmt-core-3.9.0
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.9.0
  • Loading branch information
mergify[bot] authored Feb 17, 2025
2 parents fa3ff03 + ac98b7a commit 3d01301
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.8.5
11f33debff2189bb969883f10a33b75ffcde82b5

# Scala Steward: Reformat with scalafmt 3.9.0
8f2667d26cfd69f589641fe5136e60b144d37aca
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.6
version = 3.9.0
runner.dialect = scala213source3
assumeStandardLibraryStripMargin = true
align.openParenCallSite = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AzureReposApiAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
:? branchNameMatcher("main") =>
Ok("""{
| "commit": {
| "commitId": "f55c9900528e548511fbba6874c873d44c5d714c"
| "commitId": "f55c9900528e548511fbba6874c873d44c5d714c"
| },
| "name": "main",
| "aheadCount": 0,
Expand Down Expand Up @@ -95,7 +95,7 @@ class AzureReposApiAlgTest extends CatsEffectSuite with Http4sDsl[MockEff] {
| "isDraft":false,
| "mergeId":"3ff8afa0-1147-4158-b215-74a0b5a2e162",
| "reviewers":[
|
|
| ],
| "url":"https://dev.azure.com/azure-org/scala-steward-org/_apis/git/repositories/scala-steward/pullRequests/26",
| "supportsIterations":true
Expand Down

0 comments on commit 3d01301

Please sign in to comment.