Verify 1.0.0 is cross published to the following build matrix:
Scala Version | JVM | JS (1.x) | JS (0.6.x) | Native (0.5.x) | Native (0.4.x) | Native (0.3.x) |
---|---|---|---|---|---|---|
3.x | ✅ | ✅ | n/a | ✅ | ✅ | n/a |
2.13.x | ✅ | ✅ | ✅ | ✅ | ✅ | n/a |
2.12.x | ✅ | ✅ | ✅ | ✅ | ✅ | n/a |
2.11.x | ✅ | ✅ | ✅ | n/a | ✅ | ✅ |
Fix
Back publishing
- Adds Scala Native 0.4.0 support #122 by @JD557
- Adds Scala 3 support for Scala Native #176 by @xuwei-k
About Verify
Verify is MiniTest + Expecty + SourceCode aimed to provide minimalist unit testing with zero transitive dependencies.