ScalaTest is a testing tool for Scala and Java projects.
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.2.19</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a basic test suite using AnyFunSuite.
Use the correct artifact for your Scala version (e.g., scalatest_2.13).
No dependency data recorded yet.