Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.8.4 #160

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading