Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jan 22, 2025
1 parent 39774e1 commit 4965aef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ lazy val akkaJavaSdkTests =
// generating test service
Test / akkaGrpcGeneratedLanguages := Seq(AkkaGrpc.Java),
Test / akkaGrpcGeneratedSources := Seq(AkkaGrpc.Client, AkkaGrpc.Server),
Test / PB.protoSources ++= (Compile / PB.protoSources).value
)
Test / PB.protoSources ++= (Compile / PB.protoSources).value)
.settings(inConfig(Test)(JupiterPlugin.scopedSettings))
.settings(Dependencies.tests)

Expand Down

0 comments on commit 4965aef

Please sign in to comment.