typelevel / munit-cats-effect

Integration library for MUnit & cats-effect
Apache License 2.0
149 stars 34 forks source link

Use CE 3.4 API directly #374

Closed mzuehlke closed 2 months ago

mzuehlke commented 2 months ago

CE 3.4 no longer requires to convert munitIOTimeout into a FiniteDuration (https://github.com/typelevel/cats-effect/pull/2954)

See: #233