File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ object Assembly {
19
19
case m if m.toLowerCase.matches(" meta-inf.*\\ .sf$" ) => MergeStrategy .discard
20
20
case " reference.conf" => MergeStrategy .concat
21
21
case _ => MergeStrategy .first
22
- }// ,
22
+ },
23
23
// NOTE(velvia): Some users have reported NoClassDefFound errors due to this shading.
24
24
// java.lang.NoClassDefFoundError: sjs/shapeless/Poly2$Case2Builder$$anon$3
25
25
// This is disabled for now, if you really need it, re-enable it and good luck!
26
- // assemblyShadeRules in assembly := Seq(
27
- // ShadeRule.rename("shapeless.**" -> "sjs.shapeless.@1").inAll
28
- // )
26
+ assemblyShadeRules in assembly := Seq (
27
+ ShadeRule .rename(" shapeless.**" -> " sjs.shapeless.@1" ).inAll
28
+ )
29
29
)
30
30
}
You can’t perform that action at this time.
0 commit comments