Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.5 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 20, 2025
1 parent 78ea054 commit 08b7d55
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -6,3 +6,6 @@ f1189966d61a75d39a8e87508c205487ad434c2e

# Scala Steward: Reformat with scalafmt 3.8.0
230b3b4213fad1224f7ab2b9456af860186436dc

# Scala Steward: Reformat with scalafmt 3.8.5
b32b5849964e44d35332167e6c22c1c6d0b7f378
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.3"
version = "3.8.5"
runner.dialect = scala213source3
maxColumn = 100

Expand Down
2 changes: 1 addition & 1 deletion scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def magnolify(version: String): List[ModuleID] = {
"magnolify-tensorflow"
)

modules.map { name => ("com.spotify" %% name % version % "compile->compile,provided") }
modules.map(name => "com.spotify" %% name % version % "compile->compile,provided")
}

// coursied does not respect compile->compile,provided
Expand Down

0 comments on commit 08b7d55

Please sign in to comment.