Skip to content

Commit

Permalink
default to MergeStrategy.deduplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 12, 2024
1 parent 1b93e13 commit da74b7a
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 @@ -73,7 +73,7 @@ lazy val codegen = Project(id = "codegen", base = file("codegen"))
Some(sbtassembly.AssemblyPlugin.defaultUniversalScript(shebang = true))),
(assembly / assemblyMergeStrategy) := {
case PathList("META-INF", _*) => MergeStrategy.discard
case _ => MergeStrategy.first
case _ => MergeStrategy.deduplicate
},
crossScalaVersions := Dependencies.Versions.CrossScalaForPlugin,
scalaVersion := scala212,
Expand Down

0 comments on commit da74b7a

Please sign in to comment.