ScalaTest is a testing framework for Scala and Java.
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3.0.0-M3</artifactId>
<version>3.2.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a simple test suite using ScalaTest
Use a stable Scala 3 release (e.g., 3.0.0 or later) and corresponding ScalaTest version (e.g., 3.2.10+).
No dependency data recorded yet.