evolution-gaming / cats-helper

Helpers for cats & cats-effect
MIT License
49 stars 17 forks source link

Add MeasureDuration test #215

Closed Z1kkurat closed 1 year ago

Z1kkurat commented 1 year ago

MeasureDurationSpec was missed during migration. This PR brings it back. In order to do that, some additional changes in wildcard definition and type parameter placeholders were required to support cross-compilation, see https://docs.scala-lang.org/scala3/reference/changed-features/wildcards.html# for more details