File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
codegen/plugin/src/main/scala/org/http4s/grpc/sbt Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# #97 Introduce sbt-http4s-org plugin
22b92d1dbfcc29d3afcca0d2c143528f07b949dcd3
3+
4+ # Scala Steward: Reformat with scalafmt 3.8.4
5+ 249ecb53ddeb3bca3a4ba5489ef32877f6299dfb
Original file line number Diff line number Diff line change 1- version = 3.8 .3
1+ version = 3.8 .4
22
33style = default
44
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments