Skip to content

Commit

Permalink
Merge pull request #160 from http4s/update/scalafmt-core-3.8.4
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.8.4
  • Loading branch information
hamnis authored Jan 16, 2025
2 parents ce82564 + 2aa3b1f commit aecbff6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# #97 Introduce sbt-http4s-org plugin
b92d1dbfcc29d3afcca0d2c143528f07b949dcd3

# Scala Steward: Reformat with scalafmt 3.8.4
249ecb53ddeb3bca3a4ba5489ef32877f6299dfb
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.4

style = default

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Http4sGrpcPlugin extends AutoPlugin {
List(
Compile / http4sGrpcOutputPath := (Compile / sourceManaged).value / "http4s-grpc",
Compile / http4sGrpcScalaPBOptions := Seq.empty,
Compile / PB.targets += {
Compile / PB.targets +=
Target(
SandboxedJvmGenerator.forModule(
"scala-http4s-grpc",
Expand All @@ -58,8 +58,7 @@ object Http4sGrpcPlugin extends AutoPlugin {
),
(Compile / http4sGrpcOutputPath).value,
(Compile / http4sGrpcScalaPBOptions).value,
)
},
),
libraryDependencies ++= Seq(
BuildInfo.organization %%% BuildInfo.coreModule % BuildInfo.version
),
Expand Down

0 comments on commit aecbff6

Please sign in to comment.