File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
plugin/src/sbt-test/fs2-grpc-sbt
service-suffix-plugin-key Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+ # Scala Steward: Reformat with scalafmt 3.10.2
2+ 884f19eaf223b99275200a16f731ce1ec239b5ee
Original file line number Diff line number Diff line change 11# https://github.com/scalameta/scalafmt/releases
22
3- version = "3.10.1 "
3+ version = "3.10.2 "
44
55align.preset = none
66maxColumn = 120
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ lazy val root = project
44 .settings(
55 scalaVersion := " 3.7.3" ,
66 scalapbCodeGeneratorOptions += CodeGeneratorOption .Scala3Sources
7- )
7+ )
Original file line number Diff line number Diff 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+ )
You can’t perform that action at this time.
0 commit comments