evolution-gaming / derivation

Configured derivation library for scala 3
MIT License
35 stars 6 forks source link

feat: introduce `circe-compat_213` #34

Closed kpodsiad closed 1 year ago

kpodsiad commented 1 year ago

That module is exactly the same as circe but it depends on circe-core 2.13 artifact

It may be useful for anyone, who for some reasons is forced to stick with 2.13 artifacts.

I'm open for better approaches.

Odomontois commented 1 year ago

Never have I tried to cross-compile a single source with different dependencies. This is intriguing