File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ lazy val runtime = (projectMatrix in file("scalapb-runtime"))
8888 Compile / unmanagedSourceDirectories += (Compile / scalaSource).value.getParentFile / " jvm-native" ,
8989 Compile / PB .protoSources := Seq (
9090 (LocalRootProject / baseDirectory).value / " protobuf"
91- ),
91+ )
9292 )
9393 )
9494 .jsPlatform(
@@ -341,7 +341,7 @@ val e2eCommonSettings = commonSettings ++ Seq(
341341 case _ => Seq .empty
342342 }
343343 },
344- codeGenClasspath := (compilerPluginJVM2_12 / Compile / fullClasspath).value
344+ codeGenClasspath := (compilerPluginJVM2_12 / Compile / fullClasspath).value
345345)
346346
347347lazy val e2eGrpc = (projectMatrix in file(" e2e-grpc" ))
@@ -378,7 +378,7 @@ lazy val e2eWithJava = (projectMatrix in file("e2e-withjava"))
378378 genModule(" scalapb.ScalaPbCodeGenerator$" ),
379379 Seq (" java_conversions" )
380380 ) -> (Compile / sourceManaged).value
381- ),
381+ )
382382 )
383383 )
384384 .jsPlatform(
You can’t perform that action at this time.
0 commit comments