testcontainers / testcontainers-scala

Docker containers for testing in scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Munit 1.x

matthughes opened this issue · comments

There are some binary compatible issues in https://github.com/scalameta/munit/releases/tag/v1.0.0-M1 but as it appears they are source compatible meaning we'd need to recompile against the milestone.

Lets use the latest version of MUnit - 1.0.0-M4 as there are some fixes in between which we want to make use of