UnitTesting quark duplicate class

My quark depends on Log quark, and Log quark depends on UnitTesting quark. But it seems UnitTesting classes are now part of Common Library, so this result in a duplicate class error. This means each time someone install my quark, the library is broken. Do you know how to solve this problem ?

Thanks :slight_smile:

The currrent Log no longer has this dependency for current versions of SC - you just need to update Log - I think Quarks.update("Log")?

Oh I forgot this obvious thing to check, thank you :slight_smile: