Skip to content

Commit 5a9a259

Browse files
Merge pull request #817 from typelevel/update/scalafmt-core-3.10.2
Update scalafmt-core to 3.10.2
2 parents 8077e84 + fb225a1 commit 5a9a259

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Scala Steward: Reformat with scalafmt 3.10.2
2+
884f19eaf223b99275200a16f731ce1ec239b5ee

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/scalameta/scalafmt/releases
22

3-
version = "3.10.1"
3+
version = "3.10.2"
44

55
align.preset = none
66
maxColumn = 120

plugin/src/sbt-test/fs2-grpc-sbt/default/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ lazy val root = project
44
.settings(
55
scalaVersion := "3.7.3",
66
scalapbCodeGeneratorOptions += CodeGeneratorOption.Scala3Sources
7-
)
7+
)

plugin/src/sbt-test/fs2-grpc-sbt/service-suffix-plugin-key/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ lazy val root = project
44
.settings(
55
scalaVersion := "3.7.3",
66
scalapbCodeGeneratorOptions += CodeGeneratorOption.Scala3Sources,
7-
scalapbCodeGeneratorOptions += CodeGeneratorOption.Fs2GrpcServiceSuffix("SomeSuffix"),
8-
)
7+
scalapbCodeGeneratorOptions += CodeGeneratorOption.Fs2GrpcServiceSuffix("SomeSuffix")
8+
)

0 commit comments

Comments
 (0)