Skip to content

Commit

Permalink
trying concat strat
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Aug 14, 2024
1 parent 3256ef2 commit eaced2f
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 @@ -24,7 +24,7 @@ lazy val pact4s = project.in(file("pact4s"))
.dependsOn(http % "test->test;compile->compile")

assembly / assemblyMergeStrategy := {
case PathList("META-INF", _*) => MergeStrategy.first
case PathList("META-INF", _*) => MergeStrategy.concat
case x =>
val oldStrategy = (assemblyMergeStrategy in assembly).value
oldStrategy(x)
Expand Down

0 comments on commit eaced2f

Please sign in to comment.