poslegm / munit-zio

MUnit and ZIO integration
MIT License
13 stars 3 forks source link

Support munit 1.0.0? #153

Closed guizmaii closed 3 months ago

guizmaii commented 4 months ago

When I execute my tests suite, I have the following error:

==> X zio.uuid.GeneratorSuite.initializationError  0.001s java.lang.NoSuchMethodError: 'void munit.ValueTransforms$ValueTransform.<init>(munit.FunSuite, java.lang.String, scala.PartialFunction)'
    at munit.ZSuite.<init>(ZSuite.scala:47)
    at zio.uuid.GeneratorSuite.<init>(GeneratorSuite.scala:25)

See:

poslegm commented 3 months ago

@guizmaii Hello! Sorry for the delay. Released v0.3.0 with latest munit and zio versions.

guizmaii commented 3 months ago

Thanks @poslegm 🙏