Registry / testing / zio-test-sbt-3

zio-test-sbt-3

JSON →
library2.1.24javamavenunverified

SBT test framework integration for ZIO, enabling ZIO-based testing in Scala 3 projects.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-test-sbt_3</artifactId> <version>2.1.24</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-TEST-SBT-3
Z
zio-test-sbt-3
testingjavav2.1.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ZTestFramework
zio.test.sbt.ZTestFramework

Write a ZIO test suite using ZIOSpecDefault and run with SBT.

import zio.test._ import zio.test.sbt.ZTestFramework object MySpec extends ZIOSpecDefault { def spec = suite("MySpec")( test("addition") { assertTrue(1 + 1 == 2) } ) }
Debug
Known issues
breakingArtifact suffix _3 indicates Scala 3 only; not compatible with Scala 2.
fix
Use the appropriate artifact for your Scala version (e.g., _2.13 for Scala 2.13).
affects: all
Upgrade
Version history
2.1.24latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
OpenAI (training)
1
Resources
zio-test-sbt-3 — mvn dependency:get zio-test-sbt-3 · libregistry