Registry / testing / zio-test-sbt-2-13

zio-test-sbt-2-13

JSON →
library2.1.25javamavenunverified

ZIO Test integration for SBT, providing testing utilities for ZIO applications on Scala 2.13.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-test-sbt_2.13</artifactId> <version>2.1.25</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-TEST-SBT-2-13
Z
zio-test-sbt-2-13
testingjavav2.1.25
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.

ZIOSpecDefault
zio.test.ZIOSpecDefault

Define a ZIO test suite using ZIOSpecDefault.

import zio.test.*; object MySpec extends ZIOSpecDefault { def spec = suite("MySuite")( test("addition") { assertTrue(1 + 1 == 2) } ) }
Debug
Known issues
breakingThis artifact is specific to Scala 2.13; ensure your project uses the correct Scala version.
fix
Use the appropriate artifact for your Scala version (e.g., zio-test-sbt_2.12 or zio-test-sbt_3).
affects: *
Upgrade
Version history
2.1.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
zio-test-sbt-2-13 — mvn dependency:get zio-test-sbt-2-13 · libregistry