Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 11, 2024
1 parent 465111b commit 4867c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ lazy val runtime = Project(id = "runtime", base = file("runtime"))
PB.protocVersion := Dependencies.Versions.googleProtoc,
assembly / assemblyMergeStrategy := {
case PathList("META-INF", "versions", _*) => MergeStrategy.discard
case _ => MergeStrategy.first
case _ => MergeStrategy.first
})
.enablePlugins(org.apache.pekko.grpc.build.ReflectiveCodeGen)
.enablePlugins(ReproducibleBuildsPlugin)
Expand Down

0 comments on commit 4867c5b

Please sign in to comment.