Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Feb 3, 2024
2 parents fbb529c + e444dd5 commit 1e1f368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ lazy val root = (project in file("."))
ThisBuild / assemblyMergeStrategy := {
case PathList("META-INF", "versions", "9", "module-info.class") =>
MergeStrategy.first
case PathList("module-info.class") =>
MergeStrategy.first
case x =>
val oldStrategy = (ThisBuild / assemblyMergeStrategy).value
oldStrategy(x)
Expand Down

0 comments on commit 1e1f368

Please sign in to comment.