Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.6 (#409)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.6

* Reformat with scalafmt 3.8.6

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.6' to .git-blame-ignore-revs

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward and mergify[bot] authored Jan 25, 2025
1 parent 93b88be commit dee9626
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.8.6
8fcae17ccd45b4ce4020f5c7dc626ace7893af21
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.6"
runner.dialect = scala213source3
rewrite.rules = [SortImports, RedundantBraces]
fileOverride {
Expand Down
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@ lazy val core = projectMatrix
PB.gens.java -> (Compile / sourceManaged).value / "scalapb",
scalapb.gen() -> (Compile / sourceManaged).value / "scalapb"
),
Compile / packageBin / packageOptions += {
Compile / packageBin / packageOptions +=
Package.ManifestAttributes(
"ScalaPB-Options-Proto" ->
"scalapb/validate-options.proto"
)
},
),
compileOrder := CompileOrder.JavaThenScala
)
.jvmPlatform(scalaVersions = Seq(Scala212, Scala213, Scala3))
Expand Down

0 comments on commit dee9626

Please sign in to comment.