Skip to content

Commit aecbff6

Browse files
authored
Merge pull request #160 from http4s/update/scalafmt-core-3.8.4
Update scalafmt-core to 3.8.4
2 parents ce82564 + 2aa3b1f commit aecbff6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# #97 Introduce sbt-http4s-org plugin
22
b92d1dbfcc29d3afcca0d2c143528f07b949dcd3
3+
4+
# Scala Steward: Reformat with scalafmt 3.8.4
5+
249ecb53ddeb3bca3a4ba5489ef32877f6299dfb

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.8.4
22

33
style = default
44

codegen/plugin/src/main/scala/org/http4s/grpc/sbt/Http4sGrpcPlugin.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object Http4sGrpcPlugin extends AutoPlugin {
4444
List(
4545
Compile / http4sGrpcOutputPath := (Compile / sourceManaged).value / "http4s-grpc",
4646
Compile / http4sGrpcScalaPBOptions := Seq.empty,
47-
Compile / PB.targets += {
47+
Compile / PB.targets +=
4848
Target(
4949
SandboxedJvmGenerator.forModule(
5050
"scala-http4s-grpc",
@@ -58,8 +58,7 @@ object Http4sGrpcPlugin extends AutoPlugin {
5858
),
5959
(Compile / http4sGrpcOutputPath).value,
6060
(Compile / http4sGrpcScalaPBOptions).value,
61-
)
62-
},
61+
),
6362
libraryDependencies ++= Seq(
6463
BuildInfo.organization %%% BuildInfo.coreModule % BuildInfo.version
6564
),

0 commit comments

Comments
 (0)