MakeAWishFoundation / SwiftyMocky

Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.
MIT License
1.03k stars 104 forks source link

Conflict with swift-openapi-generator #355

Open daniel-dumortier opened 11 months ago

daniel-dumortier commented 11 months ago

The last available version (4.2.0) depends Yams in 3.0.1 exact version. In our project, we try to use swift-openapi-generator, wich depends on Yams in 4.0.0..<6.0.0

On master, I see that Yams has been bumped up to 5.0.1 on SwiftyMocky.

Would it just be possible to tag a new version ? As a workaround, I can reference the revision master in my package.swift, but I'd love not to ;)

Thanks !