Specs2 is a Scala testing library providing specifications and matchers for unit and integration testing.
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.13.0-M5</artifactId>
<version>4.5.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a simple specification using specs2.
Use a stable Scala version (e.g., 2.13.x) and corresponding specs2 version.
No dependency data recorded yet.