MUnit is a Scala testing library with a focus on simplicity and integration with Scala 3.
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3.0.0-RC3</artifactId>
<version>0.7.26</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a simple test suite using MUnit.
Use munit for the appropriate Scala version (e.g., munit_3 for Scala 3 stable).
No dependency data recorded yet.