1.2.0 • Randomness fixes, documentation website, Kotlin 2.0.0¶
Suite¶
- Fixed
randomBoolean()
which returned anInt
(#1a324a04, !74) - Fixed all
randomXXX()
functions, which ignored the configured seed (#bd9348d0, !74) - Fixed the random seed being displayed as 'null' in the standard output even when set (#c1bc163d, !74)
- Fixed low-risk race condition in which prepared values where instantiated more than once (#21004559, !74)
Kotest runner¶
- Add a dependency on kotest-assertions (!70)
Documentation¶
Dependencies¶
- Kotlin 2.0.0 (#55a01666, !70)
- Kotest 5.9.0 (#cf54b569, !73)
- Arrow 1.2.4 (#d7ef0952, !73)
- KotlinX.Coroutines 1.8.1 (#3eeec971, !73)
- Ktor 2.3.11 (#de087573, !73)
Browse the documentation for this version • View release in GitLab