specs2 is a Scala library for writing executable software specifications, providing a testing framework with matchers and acceptance specifications.
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.9.2</artifactId>
<version>1.12.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a simple specification using specs2
Upgrade to a newer version like 4.x for Scala 2.12/2.13.
No dependency data recorded yet.